1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-29 00:41:38 +02:00

- fixed missing DLL_LINKAGE

- use precalculated checksum for zip files
- UNUSED macro to silence some warnings
This commit is contained in:
Ivan Savenko
2013-11-09 13:49:36 +00:00
parent dd73573c5c
commit 55577d0ac4
14 changed files with 37 additions and 15 deletions

View File

@ -1368,7 +1368,10 @@ void CGameState::init(StartInfo * si)
//Early check for #1444-like problems
for(auto building : vti->builtBuildings)
{
assert(vti->town->buildings[building]);
UNUSED(building);
}
//town events
for(CCastleEvent &ev : vti->events)