- Timestamp:
- Nov 13, 2008, 9:55:01 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem2/src/orxonox/objects/quest/AddQuestHint.cc
r2191 r2205 39 39 #include "util/Exception.h" 40 40 41 #include "orxonox/objects/ worldentities/ControllableEntity.h"41 #include "orxonox/objects/infos/PlayerInfo.h" 42 42 #include "QuestManager.h" 43 43 #include "QuestItem.h" … … 105 105 Returns true if the QuestEffect was successfully invoked. 106 106 */ 107 bool AddQuestHint::invoke( ControllableEntity* player)107 bool AddQuestHint::invoke(PlayerInfo* player) 108 108 { 109 109 if(player == NULL) //!< NULL-pointers are evil!
Note: See TracChangeset
for help on using the changeset viewer.