mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
* compilation fix under VC++
* fix for a bug that prevented from loading a map (convertHordes cannot be called before town field is set) * normalized line endings in CBitmapHandler.cpp
This commit is contained in:
@@ -1168,7 +1168,7 @@ void CGameState::randomizeObject(CGObjectInstance *cur)
|
||||
t->defInfo = forts[t->subID];
|
||||
else
|
||||
t->defInfo = villages[t->subID];
|
||||
convertHordes(t);
|
||||
//convertHordes(t);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user