Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7839


Ignore:
Timestamp:
Jan 31, 2011, 8:00:08 PM (13 years ago)
Author:
dafrick
Message:

Fixing bug in LevelManager, already fixed in tutoriallevel branch, just forgot to also adjust the trunk, since this is rather annoying.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/LevelManager.cc

    r7804 r7839  
    213213        {
    214214            // If this index is bigger than the last, we can optimize a little.
    215             if(index > this->nextIndex_)
     215            if(index < this->nextIndex_)
    216216            {
    217217                this->nextIndex_ = 0;
Note: See TracChangeset for help on using the changeset viewer.