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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tony/loc.cpp b/engines/tony/loc.cpp
index 665afa9180..18470aa6fc 100644
--- a/engines/tony/loc.cpp
+++ b/engines/tony/loc.cpp
@@ -668,7 +668,7 @@ void RMItem::setPattern(int nPattern, bool bPlayP0) {
if (_nCurPattern > 0)
_patterns[_nCurPattern].stopSfx(_sfx);
}
-
+
// Remember the current pattern
_nCurPattern = nPattern;
@@ -1661,7 +1661,7 @@ RMCharacter::RMCharacter() {
_bMovingWithoutMinpath = false;
_bDrawNow = false;
_bNeedToStop = false;
-
+
memset(_path, 0, sizeof(_path));
_pos.set(0, 0);