1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00

* next ubuntux's patch

This commit is contained in:
mateuszb
2009-04-15 10:20:47 +00:00
parent 38b680ed30
commit aa87e1ff16
9 changed files with 34 additions and 33 deletions

View File

@ -1403,5 +1403,5 @@ CMapHandler::CMapHandler()
}
TerrainTile2::TerrainTile2()
:terbitmap(0),tileInfo(0)
:tileInfo(0),terbitmap(0)
{}