Core: Warning fixes (Also some -pedantic under game folder)

This commit is contained in:
Spp
2012-09-10 13:03:38 +02:00
parent 1efd2f9e33
commit 358c6a26d6
96 changed files with 360 additions and 355 deletions

View File

@@ -125,7 +125,7 @@ namespace VMAP
}
StaticMapTree::StaticMapTree(uint32 mapID, const std::string &basePath)
: iMapID(mapID), iTreeValues(0), iBasePath(basePath), iIsTiled(false)
: iMapID(mapID), iIsTiled(false), iTreeValues(0), iBasePath(basePath)
{
if (iBasePath.length() > 0 && iBasePath[iBasePath.length()-1] != '/' && iBasePath[iBasePath.length()-1] != '\\')
{