summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 30117964f..f382253e2 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -1915,7 +1915,7 @@ void Being::recalcSpritesOrder()
}
// logger->log("preparation end");
- int lastRemap = -1;
+ int lastRemap = 0;
int cnt = 0;
while (cnt < 15 && lastRemap >= 0)