A few small hacks to make Indy3 (256) run through the intro..

svn-id: r3598
This commit is contained in:
James Brown 2002-02-16 03:59:18 +00:00
parent 2cae51c252
commit 589ef2fdc8
2 changed files with 11 additions and 5 deletions

View file

@ -2256,6 +2256,10 @@ void Scumm::o5_verbOps() {
void Scumm::o5_wait() {
byte *oldaddr;
// Fixme: Indy3
if ((_opcode == 0xAE) && (_gameId == GID_INDY3_256))
return;
oldaddr = _scriptPointer - 1;
_opcode = fetchScriptByte();