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 094f01c66..e230d5a5a 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -2419,7 +2419,7 @@ void Being::searchSlotValueItr(std::vector<int>::iterator &it, int &idx, // logger->log("found at %d", idx); return; } - it ++; + ++ it; idx ++; } // logger->log("not found"); |