Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 15, 2009, 4:17:20 PM (15 years ago)
Author:
dafrick
Message:

Some more changes…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/questsystem5/src/orxonox/gamestates/GSLevel.cc

    r2786 r2788  
    180180            delete this->playerManager_;
    181181            this->playerManager_ = 0;
     182        }
     183
     184        if (this->questManager_)
     185        {
     186            delete this->questManager_;
     187            this->questManager_ = NULL;
     188        }
     189
     190        if (this->notificationManager_)
     191        {
     192            delete this->notificationManager_;
     193            this->notificationManager_ = NULL;
    182194        }
    183195
Note: See TracChangeset for help on using the changeset viewer.