mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-13 01:20:34 +02:00
New, experimental crashhandler for windows (creates minidumps).
Several minor fixes and improvements.
This commit is contained in:
@ -1058,6 +1058,9 @@ void CGDwelling::newTurn() const
|
||||
if(cb->getDate(1) != 1) //not first day of week
|
||||
return;
|
||||
|
||||
//town growths are handled separately
|
||||
if(ID == TOWNI_TYPE)
|
||||
return;
|
||||
|
||||
bool change = false;
|
||||
|
||||
|
Reference in New Issue
Block a user