1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-01 00:45:26 +02:00
This commit is contained in:
DjWarmonger
2012-07-21 09:58:42 +00:00
parent 356e675a65
commit 0665850d9d
2 changed files with 8 additions and 7 deletions

View File

@ -4524,8 +4524,8 @@ void CGSeerHut::newTurn() const
{
if (lastDay >= 0 && lastDay <= cb->getDate(0)) //time is up
{
cb->setObjProperty (id,11,0);
cb->setObjProperty (id,10,0);
cb->setObjProperty (id, 11, 0);
cb->setObjProperty (id, 10, 0);
}
}