Also loading TOT properties when the TOT is found in a LOM

svn-id: r41799
This commit is contained in:
Sven Hesse 2009-06-23 01:23:51 +00:00
parent 96c13416f1
commit b6e1787d72

View File

@ -406,7 +406,7 @@ bool Script::loadLOM(const Common::String &fileName) {
delete stream;
return true;
return getTOTProperties();
}
bool Script::getTOTProperties() {