bugfix for intro 'still shots' were broken for beta1

This commit is contained in:
Mark Vejvoda 2011-11-14 09:09:31 +00:00
parent 5b821725e7
commit 7c7c050d78
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ void CoreData::load() {
}
//}
}
if(logoTextureList.size() == 0) {
if(miscTextureList.size() == 0) {
introPath= data_path + "data/core/menu/textures/intro*.*";
vector<string> introFilenames;
findAll(introPath, introFilenames, false, false);