diff options
author | James Brown | 2003-05-04 04:34:48 +0000 |
---|---|---|
committer | James Brown | 2003-05-04 04:34:48 +0000 |
commit | 775cfc4b4faf509a35a22b725d9bd3fafe7d925a (patch) | |
tree | e717f69cc3c1984d29ef4a93928aa0af9ba9f441 /scumm | |
parent | e829d618c81cb59fae50b7a200918ccb8aed6a34 (diff) | |
download | scummvm-rg350-775cfc4b4faf509a35a22b725d9bd3fafe7d925a.tar.gz scummvm-rg350-775cfc4b4faf509a35a22b725d9bd3fafe7d925a.tar.bz2 scummvm-rg350-775cfc4b4faf509a35a22b725d9bd3fafe7d925a.zip |
... right revision this time...
svn-id: r7310
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/script_v2.cpp | 2 |
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) |