Changeset 2788 for code/branches/questsystem5/src/orxonox/gamestates
- Timestamp:
- Mar 15, 2009, 4:17:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem5/src/orxonox/gamestates/GSLevel.cc
r2786 r2788 180 180 delete this->playerManager_; 181 181 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; 182 194 } 183 195
Note: See TracChangeset
for help on using the changeset viewer.