Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Changed from ControllableEntity to PlayerInfo…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/questsystem2/src/orxonox/objects/quest/FailQuest.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 "Quest.h"
     
    8181        Returns true if the QuestEffect was invoked successfully.
    8282    */
    83     bool FailQuest::invoke(ControllableEntity* player)
     83    bool FailQuest::invoke(PlayerInfo* player)
    8484    {
    8585        if(player == NULL) //!< We don't know what to do with no player.
Note: See TracChangeset for help on using the changeset viewer.