aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Hesse2009-06-23 01:23:51 +0000
committerSven Hesse2009-06-23 01:23:51 +0000
commitb6e1787d72abf55bfb44635482b4e80c3c2ea6d4 (patch)
tree03b998560ed83a988f47256b16910ddc6d991bad
parent96c13416f141480f3d3552b1f4aad87a6af94e42 (diff)
downloadscummvm-rg350-b6e1787d72abf55bfb44635482b4e80c3c2ea6d4.tar.gz
scummvm-rg350-b6e1787d72abf55bfb44635482b4e80c3c2ea6d4.tar.bz2
scummvm-rg350-b6e1787d72abf55bfb44635482b4e80c3c2ea6d4.zip
Also loading TOT properties when the TOT is found in a LOM
svn-id: r41799
-rw-r--r--engines/gob/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/script.cpp b/engines/gob/script.cpp
index d5dc53284e..20e6093d4f 100644
--- a/engines/gob/script.cpp
+++ b/engines/gob/script.cpp
@@ -406,7 +406,7 @@ bool Script::loadLOM(const Common::String &fileName) {
delete stream;
- return true;
+ return getTOTProperties();
}
bool Script::getTOTProperties() {