- 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/QuestEffect.cc
r2191 r2205 38 38 #include "core/CoreIncludes.h" 39 39 40 #include "orxonox/objects/ worldentities/ControllableEntity.h"40 #include "orxonox/objects/infos/PlayerInfo.h" 41 41 42 42 namespace orxonox { … … 71 71 Returns false if there was an error, view console of log for further detail. 72 72 */ 73 bool QuestEffect::invokeEffects( ControllableEntity* player, std::list<QuestEffect*> & effects)73 bool QuestEffect::invokeEffects(PlayerInfo* player, std::list<QuestEffect*> & effects) 74 74 { 75 75 bool check = true;
Note: See TracChangeset
for help on using the changeset viewer.