Patch #616092: Full Throttle dialog fix

svn-id: r5058
This commit is contained in:
James Brown 2002-10-01 09:27:09 +00:00
parent d6db8560c6
commit 4d24a0bfbe
4 changed files with 14 additions and 1 deletions

View file

@ -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();