aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parallaction_br.cpp
diff options
context:
space:
mode:
authorNicola Mettifogo2007-08-14 08:03:13 +0000
committerNicola Mettifogo2007-08-14 08:03:13 +0000
commit76e1be89c38cde652d22128f921f16c266ef7565 (patch)
treec99916aa43a44b1363f263147242e505734f1dd2 /engines/parallaction/parallaction_br.cpp
parent92ea1804cab4e3b3adfdeeb1f99626eeda180f96 (diff)
downloadscummvm-rg350-76e1be89c38cde652d22128f921f16c266ef7565.tar.gz
scummvm-rg350-76e1be89c38cde652d22128f921f16c266ef7565.tar.bz2
scummvm-rg350-76e1be89c38cde652d22128f921f16c266ef7565.zip
Partially reverting commit 28568, so now engine is back in charge for parsing locations. I'm going to convert this if/else/else hell into smaller opcode-like routines to achieve more flexibility first, and then assign version-specific opcodes to subclasses.
svn-id: r28609
Diffstat (limited to 'engines/parallaction/parallaction_br.cpp')
-rw-r--r--engines/parallaction/parallaction_br.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/parallaction/parallaction_br.cpp b/engines/parallaction/parallaction_br.cpp
index 82dfd96f54..955994a307 100644
--- a/engines/parallaction/parallaction_br.cpp
+++ b/engines/parallaction/parallaction_br.cpp
@@ -350,7 +350,7 @@ void skip(Script* script, const char* endToken) {
}
}
-
+#if 0
bool Parallaction_br::parseLocationLine(const char *filename, Script *script) {
bool parsed = true;
@@ -420,6 +420,6 @@ bool Parallaction_br::parseLocationLine(const char *filename, Script *script) {
return parsed;
}
-
+#endif
} // namespace Parallaction