Is used in maniac and zak.
svn-id: r12992
This commit is contained in:
parent
244d19523f
commit
3fb6d8e63d
1 changed files with 2 additions and 2 deletions
|
@ -1573,8 +1573,8 @@ void ScummEngine_v2::o2_getActorWalkBox() {
|
|||
}
|
||||
|
||||
void ScummEngine_v2::o2_dummy() {
|
||||
// Opcode 238 is used in Zak but has no purpose
|
||||
if (!(_gameId == GID_ZAK && _opcode == 238))
|
||||
// Opcode 238 is used in maniac and zak but has no purpose
|
||||
if (_opcode != 238)
|
||||
warning("o2_dummy invoked (opcode %d)", _opcode);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue