Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 15, 2009, 12:55:45 PM (16 years ago)
Author:
dafrick
Message:

Some changes to QuestManager and NotificationManager by Reto's request. (Make them more consistent as Singletons)

File:
1 edited

Legend:

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

    r2759 r2786  
    4646#include "LevelManager.h"
    4747#include "PlayerManager.h"
     48#include "objects/quest/QuestManager.h"
     49#include "overlays/notifications/NotificationManager.h"
    4850
    4951namespace orxonox
     
    9597
    9698        this->playerManager_ = new PlayerManager();
     99
     100        this->questManager_ = new QuestManager();
     101
     102        this->notificationManager_ = new NotificationManager();
    97103
    98104        if (Core::isMaster())
Note: See TracChangeset for help on using the changeset viewer.