aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v2.cpp')
-rw-r--r--scumm/script_v2.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp
index 281af06af4..5f8a7c5a52 100644
--- a/scumm/script_v2.cpp
+++ b/scumm/script_v2.cpp
@@ -2077,6 +2077,12 @@ void Scumm::o6_verbOps()
VerbSlot *vs;
byte *ptr, op;
+ // Full Throttle implements conversation by creating new verbs, one
+ // for each option, but it never tells when to actually draw them.
+
+ if (_gameId == GID_FT)
+ _verbRedraw = true;
+
op = fetchScriptByte();
if (op == 196) {
_curVerb = pop();