Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 27, 2009, 11:18:17 PM (15 years ago)
Author:
rgrieder
Message:
  • Stupid MSVC extension: map::erase delivers an iterator but it shouldn't.
  • And fixed another bug in orxonox_cast.
  • Added two missing includes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/resource/src/core/Game.cc

    r3358 r3359  
    554554                {
    555555                    delete it->second;
    556                     it = constructedStates_.erase(it);
     556                    constructedStates_.erase(it++);
    557557                }
    558558                else
Note: See TracChangeset for help on using the changeset viewer.