diff options
Diffstat (limited to 'scumm/script_v2.cpp')
-rw-r--r-- | scumm/script_v2.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
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) |