Fix invalid variable

svn-id: r7599
This commit is contained in:
James Brown 2003-05-17 06:18:34 +00:00
parent 2813d48e92
commit 6db28696e4
3 changed files with 13 additions and 12 deletions

View file

@ -1211,7 +1211,10 @@ 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) {
_userPut = 1;
warning("TODO: o2_cursorCommand(userface)");
} // Toggle verbs on/off, etc
if (a2 & 1) { // Freeze
if (a2 & 8)