Skip to content

Commit

Permalink
PRINCE: Animation class - indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaslw committed Oct 3, 2014
1 parent 543ddc3 commit a9d9696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/prince/animation.h
Expand Up @@ -34,8 +34,8 @@ class Animation {
public:
Animation();
~Animation();
bool loadFromStream(Common::SeekableReadStream &stream);

bool loadFromStream(Common::SeekableReadStream &stream);
int16 getLoopCount() const;
int32 getPhaseCount() const;
int32 getFrameCount() const;
Expand Down

0 comments on commit a9d9696

Please sign in to comment.