Travis build fix

This commit is contained in:
Shauren
2015-07-27 00:03:32 +02:00
parent ce3126d048
commit a7d9c4e720

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)