1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

1.Fixes for RazeStructures net packs.

2.Support for Pyramid. Unfortunately untested entirely as combats won't work on my system.
This commit is contained in:
DjWarmonger
2009-09-24 17:54:02 +00:00
parent 9a1669b926
commit 55925e0eea
12 changed files with 122 additions and 9 deletions

View File

@@ -359,7 +359,7 @@ DLL_EXPORT void RazeStructures::applyGs( CGameState *gs )
{
t->builtBuildings.erase(id);
}
t->destroyed = builded; //yeaha
t->destroyed = destroyed; //yeaha
}
DLL_EXPORT void SetAvailableCreatures::applyGs( CGameState *gs )
{