... right revision this time...
svn-id: r7310
This commit is contained in:
parent
e829d618c8
commit
775cfc4b4f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue