parent
d6db8560c6
commit
4d24a0bfbe
4 changed files with 14 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue