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/AddReward.cc

    r2191 r2205  
    3838#include "core/CoreIncludes.h"
    3939
    40 #include "orxonox/objects/worldentities/ControllableEntity.h"
     40#include "orxonox/objects/infos/PlayerInfo.h"
    4141#include "Rewardable.h"
    4242
     
    103103        Returns true if the QuestEffect was invoked successfully.
    104104    */
    105     bool AddReward::invoke(ControllableEntity* player)
     105    bool AddReward::invoke(PlayerInfo* player)
    106106    {
    107107        bool check = true;
Note: See TracChangeset for help on using the changeset viewer.