Core: Warning fixes

This commit is contained in:
Shauren
2013-02-03 14:11:59 +01:00
parent 54924f18af
commit b346459ca8
4 changed files with 6 additions and 3 deletions

View File

@@ -48,7 +48,10 @@ ModelList model_list;
void LoadGameObjectModelList()
{
#ifndef NO_CORE_FUNCS
uint32 oldMSTime = getMSTime();
#endif
FILE* model_list_file = fopen((sWorld->GetDataPath() + "vmaps/" + VMAP::GAMEOBJECT_MODELS).c_str(), "rb");
if (!model_list_file)
{