Travis build fix

(cherry picked from commit a7d9c4e720)
This commit is contained in:
Shauren
2015-07-27 00:03:32 +02:00
committed by DDuarte
parent 45ca1f493b
commit 92b5b2e09a

View File

@@ -42,7 +42,9 @@ ModelList model_list;
void LoadGameObjectModelList(std::string const& dataPath)
{
#ifndef NO_CORE_FUNCS
uint32 oldMSTime = getMSTime();
#endif
FILE* model_list_file = fopen((dataPath + "vmaps/" + VMAP::GAMEOBJECT_MODELS).c_str(), "rb");
if (!model_list_file)