mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-21 01:08:25 +00:00
SCUMM: isPlayer() is not supported by engine v0
This commit is contained in:
parent
e33d41035c
commit
f5faa4554d
@ -2620,6 +2620,8 @@ bool Actor::isPlayer() {
|
||||
}
|
||||
|
||||
bool Actor_v2::isPlayer() {
|
||||
// isPlayer() is not supported by v0
|
||||
assert(_vm->_game.version != 0);
|
||||
return _vm->VAR(42) <= _number && _number <= _vm->VAR(43);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user