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
@@ -23,7 +23,7 @@
#include "DBCFileLoader.h"
#include "Errors.h"
DBCFileLoader::DBCFileLoader() : stringTable(NULL), data(NULL), fieldsOffset(NULL)
DBCFileLoader::DBCFileLoader() : fieldsOffset(NULL), data(NULL), stringTable(NULL)
{
}