Fix invalid variable
svn-id: r7599
This commit is contained in:
parent
2813d48e92
commit
6db28696e4
3 changed files with 13 additions and 12 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue