Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 28, 2009, 1:47:57 PM (16 years ago)
Author:
rgrieder
Message:

Improved exception-safety in the Game class and fixed some issues and bugs resulting from the changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core4/src/core/Game.h

    r3196 r3238  
    118118        Clock*                          gameClock_;
    119119
    120         bool                            abort_;
     120        bool                            bChangingState_;
     121        bool                            bAbort_;
    121122
    122123        // variables for time statistics
Note: See TracChangeset for help on using the changeset viewer.