aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v2.cpp
diff options
context:
space:
mode:
authorJames Brown2003-05-04 04:34:48 +0000
committerJames Brown2003-05-04 04:34:48 +0000
commit775cfc4b4faf509a35a22b725d9bd3fafe7d925a (patch)
treee717f69cc3c1984d29ef4a93928aa0af9ba9f441 /scumm/script_v2.cpp
parente829d618c81cb59fae50b7a200918ccb8aed6a34 (diff)
downloadscummvm-rg350-775cfc4b4faf509a35a22b725d9bd3fafe7d925a.tar.gz
scummvm-rg350-775cfc4b4faf509a35a22b725d9bd3fafe7d925a.tar.bz2
scummvm-rg350-775cfc4b4faf509a35a22b725d9bd3fafe7d925a.zip
... right revision this time...
svn-id: r7310
Diffstat (limited to 'scumm/script_v2.cpp')
-rw-r--r--scumm/script_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp
index e06da3a7b5..6d3e61313e 100644
--- a/scumm/script_v2.cpp
+++ b/scumm/script_v2.cpp
@@ -1184,7 +1184,7 @@ void Scumm_v2::o2_cursorCommand() {
int cmd = getVarOrDirectWord(0x80);
int a2 = cmd >> 8;
- if (a2 & 4) {Warning("TODO: o2_cursorCommand(userface);} // Toggle verbs on/off, etc
+ if (a2 & 4) {warning("TODO: o2_cursorCommand(userface)");} // Toggle verbs on/off, etc
if (a2 & 1) { // Freeze
if (a2 & 8)