From 7c7c050d78bc12204371bdcc917efbd5b00e1d77 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Mon, 14 Nov 2011 09:09:31 +0000 Subject: [PATCH] bugfix for intro 'still shots' were broken for beta1 --- source/glest_game/global/core_data.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);