1
0
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:
Michał W. Urbańczyk
2009-07-31 20:10:22 +00:00
parent 586957b749
commit 78afb07f52
11 changed files with 169 additions and 32 deletions

View File

@ -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;