- Timestamp:
- Apr 8, 2009, 12:36:08 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
r2662 r2907 35 35 #include "objects/worldentities/pawns/Pawn.h" 36 36 #include "objects/gametypes/Gametype.h" 37 #include "objects/infos/PlayerInfo.h" 37 38 38 39 namespace orxonox … … 157 158 if (pawn) 158 159 pawn->kill(); 160 else if (HumanController::localController_s->player_) 161 HumanController::localController_s->player_->stopControl(HumanController::localController_s->controllableEntity_); 159 162 } 160 163 }
Note: See TracChangeset
for help on using the changeset viewer.