Fix 64-bit build error

This was SVN commit r9279.
This commit is contained in:
Ykkrosh 2011-04-16 22:57:00 +00:00
parent ecdffb6fbd
commit 458cfbf48c

View File

@ -1127,7 +1127,7 @@ int CMapReader::ParseTerrain()
{ LOGERROR(L"CMapReader::ParseTerrain() failed to get '%hs' property", #prop);\
throw PSERROR_Game_World_MapLoadFailed("Error parsing terrain data.\nCheck application log for details"); }
size_t size;
u32 size;
GET_TERRAIN_PROPERTY(size, size)
m_PatchesPerSide = size / PATCH_SIZE;