mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-12 06:00:48 +00:00
EMI: Fix the demo's file-loading
This commit is contained in:
parent
1a0ed0c852
commit
9caed94c7d
@ -95,7 +95,9 @@ ResourceLoader::ResourceLoader() {
|
||||
}
|
||||
}
|
||||
|
||||
if (g_grim->getGameType() == GType_MONKEY4)
|
||||
if (g_grim->getGameType() == GType_MONKEY4 && g_grim->getGameFlags() == ADGF_DEMO)
|
||||
SearchMan.listMatchingMembers(files, "*.lab");
|
||||
else if (g_grim->getGameType() == GType_MONKEY4)
|
||||
SearchMan.listMatchingMembers(files, "*.m4b");
|
||||
|
||||
if (files.empty())
|
||||
|
Loading…
x
Reference in New Issue
Block a user