mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 19:52:25 +01:00
bugfix for intro 'still shots' were broken for beta1
This commit is contained in:
parent
5b821725e7
commit
7c7c050d78
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user