1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00

fixed regression

This commit is contained in:
AlexVinS 2016-11-28 05:19:44 +03:00
parent fd9cfa406d
commit eeb21d2446

View File

@ -2240,6 +2240,7 @@ void CGameHandler::giveResources(PlayerColor player, TResources resources)
sr.abs = false;
sr.player = player;
sr.res = resources;
sendAndApply(&sr);
}
void CGameHandler::giveCreatures(const CArmedInstance *obj, const CGHeroInstance * h, const CCreatureSet &creatures, bool remove)