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 73675318d..9d731d2c9 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -2201,7 +2201,7 @@ void Being::recalcSpritesOrder() = itemReplacer.begin(); std::map<int, int>::const_iterator repIt_end = itemReplacer.end(); - for (;repIt != repIt_end; ++ repIt) + for (; repIt != repIt_end; ++ repIt) { for (unsigned slot2 = 0; slot2 < sz; slot2 ++) { |