mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
PRINCE: Hero::getData() - fix
This commit is contained in:
@@ -107,7 +107,7 @@ uint16 Hero::getData(AttrId dataId) {
|
||||
case kHeroLastDir:
|
||||
return _lastDirection;
|
||||
case kHeroAnimSet:
|
||||
return _moveSetType;
|
||||
return _animSetNr;
|
||||
default:
|
||||
assert(false);
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user