- Timestamp:
- Jan 31, 2011, 8:00:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/LevelManager.cc
r7804 r7839 213 213 { 214 214 // If this index is bigger than the last, we can optimize a little. 215 if(index >this->nextIndex_)215 if(index < this->nextIndex_) 216 216 { 217 217 this->nextIndex_ = 0;
Note: See TracChangeset
for help on using the changeset viewer.