mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
Also loading TOT properties when the TOT is found in a LOM
svn-id: r41799
This commit is contained in:
parent
96c13416f1
commit
b6e1787d72
@ -406,7 +406,7 @@ bool Script::loadLOM(const Common::String &fileName) {
|
||||
|
||||
delete stream;
|
||||
|
||||
return true;
|
||||
return getTOTProperties();
|
||||
}
|
||||
|
||||
bool Script::getTOTProperties() {
|
||||
|
Loading…
Reference in New Issue
Block a user