diff --git a/engines/tony/loc.cpp b/engines/tony/loc.cpp index d805e9ee82e6..4f61582578ef 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); }