aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v2.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp
index 6d013cd7bd..8debf6f0bc 100644
--- a/scumm/script_v2.cpp
+++ b/scumm/script_v2.cpp
@@ -1281,10 +1281,11 @@ void Scumm_v2::o2_cursorCommand() {
}
if (a2 & 4) {
- if (_userPut == 1)
- _userPut = 0;
- else
+ if (a2 & 32) {
_userPut = 1;
+ printf("sentence\n");
+ } else
+ _userPut = 0;
warning("TODO: o2_cursorCommand(userface) -> %d", _userPut);
} // Toggle verbs on/off, etc