Changeset 5979
- Timestamp:
- Oct 21, 2009, 3:41:56 PM (15 years ago)
- Location:
- code/branches/steering/src/orxonox
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/steering/src/orxonox/controllers/CMakeLists.txt
r5781 r5979 2 2 Controller.cc 3 3 HumanController.cc 4 NewHumanController.cc 4 5 ArtificialController.cc 5 6 AIController.cc -
code/branches/steering/src/orxonox/infos/HumanPlayer.cc
r5929 r5979 35 35 #include "network/Host.h" 36 36 #include "controllers/HumanController.h" 37 #include "controllers/NewHumanController.h" 37 38 #include "gametypes/Gametype.h" 38 39 #include "overlays/OverlayGroup.h" … … 50 51 51 52 this->bHumanPlayer_ = true; 52 this->defaultController_ = Class( HumanController);53 this->defaultController_ = Class(NewHumanController); 53 54 54 55 this->humanHud_ = 0;
Note: See TracChangeset
for help on using the changeset viewer.