Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 13, 2008, 9:55:01 PM (15 years ago)
Author:
dafrick
Message:

Changed from ControllableEntity to PlayerInfo…

File:
1 edited

Legend:

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

    r2191 r2205  
    3939#include "util/Exception.h"
    4040
    41 #include "orxonox/objects/worldentities/ControllableEntity.h"
     41#include "orxonox/objects/infos/PlayerInfo.h"
    4242#include "QuestManager.h"
    4343#include "QuestItem.h"
     
    105105        Returns true if the QuestEffect was successfully invoked.
    106106    */
    107     bool AddQuestHint::invoke(ControllableEntity* player)
     107    bool AddQuestHint::invoke(PlayerInfo* player)
    108108    {
    109109        if(player == NULL) //!< NULL-pointers are evil!
Note: See TracChangeset for help on using the changeset viewer.