diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-11-14 21:21:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-11-14 21:21:57 +0300 |
commit | bcf7e61d6dd87164d79a211cbda1378e1ddc77bd (patch) | |
tree | 40ca82a55dfd04015ddc8134c4e5f97fa98b31c1 /src/being.cpp | |
parent | d5893e9326a529bcba55185024a9373a8d4096ba (diff) | |
download | plus-bcf7e61d6dd87164d79a211cbda1378e1ddc77bd.tar.gz plus-bcf7e61d6dd87164d79a211cbda1378e1ddc77bd.tar.bz2 plus-bcf7e61d6dd87164d79a211cbda1378e1ddc77bd.tar.xz plus-bcf7e61d6dd87164d79a211cbda1378e1ddc77bd.zip |
Fix code style.
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 ++) { |