Skip to content

Commit

Permalink
PRINCE: getAnimData() update
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaslw committed Aug 6, 2014
1 parent c47a879 commit a85a93f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions engines/prince/prince.h
Expand Up @@ -152,9 +152,7 @@ struct Anim {
case kAnimState:
return _state;
case kAnimFrame:
return _frame;
case kAnimLastFrame:
return _lastFrame;
return _frame + 1; // fix for location 30 - man with a dog animation
case kAnimX:
return _x;
default:
Expand Down

0 comments on commit a85a93f

Please sign in to comment.