1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

* another part of thieves' guild

* den of thieves
This commit is contained in:
mateuszb
2010-02-06 13:49:14 +00:00
parent fa735b6a67
commit 5fbde49bfb
13 changed files with 154 additions and 20 deletions

View File

@@ -3458,6 +3458,13 @@ void CGameHandler::showGarrisonDialog( int upobj, int hid, bool removableUnits,
}
}
void CGameHandler::showThievesGuildWindow(int requestingObjId)
{
SShowThievesGuildWindow sthg;
sthg.requestingObject = requestingObjId;
sendAndApply(&sthg);
}
bool CGameHandler::isAllowedExchange( int id1, int id2 )
{
if(id1 == id2)