aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/op_dbg.cpp
diff options
context:
space:
mode:
authorKari Salminen2008-01-05 20:35:18 +0000
committerKari Salminen2008-01-05 20:35:18 +0000
commitd604f51d4245bc770bd12609be0984f15bc77dd1 (patch)
tree0fb2aa2b06c0a314bfe2c405227c595f13b90638 /engines/agi/op_dbg.cpp
parentaa38a8eb965ce923ed655964cf3e2be5ea254a1a (diff)
downloadscummvm-rg350-d604f51d4245bc770bd12609be0984f15bc77dd1.tar.gz
scummvm-rg350-d604f51d4245bc770bd12609be0984f15bc77dd1.tar.bz2
scummvm-rg350-d604f51d4245bc770bd12609be0984f15bc77dd1.zip
Implement unknown test command 19 (hopefully) properly and name it unofficially as the in.motion.using.mouse-command.
svn-id: r30251
Diffstat (limited to 'engines/agi/op_dbg.cpp')
-rw-r--r--engines/agi/op_dbg.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/agi/op_dbg.cpp b/engines/agi/op_dbg.cpp
index d1a8aa5909..0676f944e4 100644
--- a/engines/agi/op_dbg.cpp
+++ b/engines/agi/op_dbg.cpp
@@ -64,7 +64,10 @@ struct AgiLogicnames logicNamesTest[] = {
_L("compare.strings", 2, 0x00),
_L("obj.in.box", 5, 0x00),
_L("center.posn", 5, 0x00),
- _L("right.posn", 5, 0x00)
+ _L("right.posn", 5, 0x00),
+
+ /* Haven't seen an official name for this command so tried to name it descriptively. */
+ _L("in.motion.using.mouse", 0, 0x00)
};
struct AgiLogicnames logicNamesIf[] = {