PRINCE: Hero::getData() - fix

This commit is contained in:
lukaslw
2014-08-09 22:11:52 +02:00
parent 425132faf9
commit 01b243d996
+1 -1
View File
@@ -107,7 +107,7 @@ uint16 Hero::getData(AttrId dataId) {
case kHeroLastDir:
return _lastDirection;
case kHeroAnimSet:
return _moveSetType;
return _animSetNr;
default:
assert(false);
return 0;