Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 19, 2008, 4:06:09 PM (17 years ago)
Author:
dafrick
Message:

Resolved some issues, should be complete now.
Done some testing, no obvious errors uncovered.

File:
1 edited

Legend:

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

    r2205 r2226  
    4040
    4141#include "orxonox/objects/infos/PlayerInfo.h"
     42#include "QuestManager.h"
    4243#include "Quest.h"
    4344
     
    7273        SUPER(QuestHint, XMLPort, xmlelement, mode);
    7374
     75        QuestManager::registerHint(this); //!< Registers the QuestHint with the QuestManager.
     76       
    7477        COUT(3) << "New QuestHint {" << this->getId() << "} created." << std::endl;
    7578    }
Note: See TracChangeset for help on using the changeset viewer.