- 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/CompleteQuest.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 "Quest.h" … … 81 81 Returns true if the QuestEffect was invoked successfully. 82 82 */ 83 bool CompleteQuest::invoke( ControllableEntity* player)83 bool CompleteQuest::invoke(PlayerInfo* player) 84 84 { 85 85 if(player == NULL) //!< You know, what we think of NULL-pointers...
Note: See TracChangeset
for help on using the changeset viewer.