From 6db28696e44e4a81c54cf4b8e1813ecdb8e5036d Mon Sep 17 00:00:00 2001 From: James Brown Date: Sat, 17 May 2003 06:18:34 +0000 Subject: Fix invalid variable svn-id: r7599 --- scumm/script_v2.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'scumm/script_v2.cpp') diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp index 39762e6597..3d1e0a80bc 100644 --- a/scumm/script_v2.cpp +++ b/scumm/script_v2.cpp @@ -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) -- cgit v1.2.3