diff --git a/source/glest_game/global/core_data.cpp b/source/glest_game/global/core_data.cpp index 5a790a21..9087f381 100644 --- a/source/glest_game/global/core_data.cpp +++ b/source/glest_game/global/core_data.cpp @@ -200,7 +200,7 @@ void CoreData::load() { } //} } - if(logoTextureList.size() == 0) { + if(miscTextureList.size() == 0) { introPath= data_path + "data/core/menu/textures/intro*.*"; vector introFilenames; findAll(introPath, introFilenames, false, false);