Changeset 5841 in orxonox.OLD
- Timestamp:
- Nov 30, 2005, 9:53:27 PM (19 years ago)
- Location:
- branches/spaceshipcontrol/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/playable.cc
r5838 r5841 10 10 11 11 ### File Specific: 12 main-programmer: Patrick Boenzli13 co-programmer: Christian Meyer12 main-programmer: Silvan Nellen 13 co-programmer: Benjamin Knecht 14 14 */ 15 15 -
branches/spaceshipcontrol/src/world_entities/player.cc
r5840 r5841 10 10 11 11 ### File Specific: 12 main-programmer: Patrick Boenzli13 co-programmer: Christian Meyer12 main-programmer: Silvan Nellen 13 co-programmer: Benjamin Knecht 14 14 */ 15 16 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_WORLD_ENTITY17 18 15 19 16 #include "executor/executor.h" … … 87 84 88 85 89 Playable* 86 Playable* Player::getControllable() 90 87 { 91 88 return controllable;
Note: See TracChangeset
for help on using the changeset viewer.