Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 5, 2008, 7:38:53 AM (17 years ago)
Author:
dafrick
Message:
  • QuestListener works now.
  • Rearranged the places Notifications are sent from, and also created actually meaningfull Notification messages
  • Done some changes to Notifications
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/questsystem3/src/orxonox/objects/quest/QuestHint.cc

    r2261 r2346  
    4141#include "orxonox/objects/infos/PlayerInfo.h"
    4242#include "QuestManager.h"
     43#include "QuestDescription.h"
    4344#include "Quest.h"
    4445
     
    122123            {
    123124                this->playerStatus_[player] = questHintStatus::active;
     125               
     126                this->getDescription()->sendAddHintNotification();
    124127                return true;
    125128            }
Note: See TracChangeset for help on using the changeset viewer.