Skip to content

Commit

Permalink
TONY: Fixed initialisation of missed RMCharacter fields
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed May 13, 2012
1 parent 60deca7 commit 7978eb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions engines/tony/loc.cpp
Expand Up @@ -1760,6 +1760,11 @@ RMCharacter::RMCharacter() {
pathlenght = pathcount = 0;
status = STAND;
theBoxes = NULL;
walkcount = 0;
bEndOfPath = false;
bMovingWithoutMinpath = false;
bDrawNow = false;
bNeedToStop = false;

m_pos.Set(0, 0);
}
Expand Down

0 comments on commit 7978eb0

Please sign in to comment.