aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/loc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/loc.cpp')
-rw-r--r--engines/tony/loc.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/tony/loc.cpp b/engines/tony/loc.cpp
index d805e9ee82..4f61582578 100644
--- a/engines/tony/loc.cpp
+++ b/engines/tony/loc.cpp
@@ -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);
}