A few small hacks to make Indy3 (256) run through the intro..
svn-id: r3598
This commit is contained in:
parent
2cae51c252
commit
589ef2fdc8
2 changed files with 11 additions and 5 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue