Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8611


Ignore:
Timestamp:
May 26, 2011, 5:09:03 PM (13 years ago)
Author:
landauf
Message:

fixed the oldest warning in orxonox

File:
1 edited

Legend:

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

    r8423 r8611  
    556556    {
    557557        this->bChangingState_ = true;
    558         LOKI_ON_BLOCK_EXIT_OBJ(*this, &Game::resetChangingState);
     558        LOKI_ON_BLOCK_EXIT_OBJ(*this, &Game::resetChangingState); (void)LOKI_ANONYMOUS_VARIABLE(scopeGuard);
    559559
    560560        // If state requires graphics, load it
Note: See TracChangeset for help on using the changeset viewer.