- Timestamp:
- Apr 8, 2009, 12:58:47 AM (16 years ago)
- Location:
- code/branches/questsystem5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem5
- Property svn:mergeinfo changed
-
code/branches/questsystem5/src/orxonox/objects/controllers/HumanController.cc
r2907 r2908 35 35 #include "objects/worldentities/pawns/Pawn.h" 36 36 #include "objects/gametypes/Gametype.h" 37 #include "objects/infos/PlayerInfo.h"38 37 39 38 namespace orxonox … … 158 157 if (pawn) 159 158 pawn->kill(); 160 else if (HumanController::localController_s->player_)161 HumanController::localController_s->player_->stopControl(HumanController::localController_s->controllableEntity_);162 159 } 163 160 }
Note: See TracChangeset
for help on using the changeset viewer.