Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 26, 2009, 11:27:37 PM (14 years ago)
Author:
rgrieder
Message:

Fixed config value not setting problem in Core and Game.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/libraries/core/Core.cc

    r6121 r6169  
    146146        // possibility to configure everything below here
    147147        ClassIdentifier<Core>::getIdentifier("Core")->initialiseObject(this, "Core", true);
    148         // Remove us from the object lists again to avoid problems when destroying the Core
    149         this->unregisterObject();
    150148        this->setConfigValues();
    151149
     
    173171    Core::~Core()
    174172    {
     173        // Remove us from the object lists again to avoid problems when destroying them
     174        this->unregisterObject();
    175175    }
    176176
Note: See TracChangeset for help on using the changeset viewer.