Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 30, 2009, 10:44:06 AM (14 years ago)
Author:
rgrieder
Message:

Singleton pointer initialisation should be part of the ManageScopedSingleton macro to ensure the order.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/orxonox/LevelManager.cc

    r6021 r6182  
    4444    SetCommandLineArgument(level, "").shortcut("l").information("Default level file (overrides LevelManager::defaultLevelName_ configValue)");
    4545
    46     LevelManager* LevelManager::singletonPtr_s = 0;
    4746    ManageScopedSingleton(LevelManager, ScopeID::Root, false);
    4847
Note: See TracChangeset for help on using the changeset viewer.