diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.cpp b/src/being.cpp index 2f911b1ff..2e2c68283 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -2023,7 +2023,7 @@ void Being::recalcSpritesOrder() // logger->log("preparation end"); int lastRemap = 0; - int cnt = 0; + unsigned cnt = 0; while (cnt < 15 && lastRemap >= 0) { |