Changeset 5300 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Oct 7, 2005, 1:59:44 PM (19 years ago)
- Location:
- trunk/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/player.cc
r5212 r5300 139 139 this->setClassID(CL_PLAYER, "Player"); 140 140 141 PRINTF( 1)("PLAYER INIT\n");141 PRINTF(4)("PLAYER INIT\n"); 142 142 travelSpeed = 15.0; 143 143 bUp = bDown = bLeft = bRight = bAscend = bDescend = false; -
trunk/src/world_entities/world_entity.cc
r5285 r5300 15 15 co-programmer: Christian Meyer 16 16 */ 17 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_WORLD_ENTITY 17 18 18 19 #include "world_entity.h"
Note: See TracChangeset
for help on using the changeset viewer.