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:
@ -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)
|
||||
|
Reference in New Issue
Block a user