Fixed MSVC 64-bit build warnings.

This commit is contained in:
Mattes D
2014-05-09 18:32:03 +02:00
parent 17c7c31130
commit fb58ef55be
47 changed files with 178 additions and 161 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ public:
*/
bool ForEachMap(cMapCallback & a_Callback);
unsigned int GetNumMaps(void) const; // tolua_export
size_t GetNumMaps(void) const; // tolua_export
/** Loads the map data from the disk */
void LoadMapData(void);