Changeset 9213 in orxonox.OLD for branches/presentation/src/world_entities/creatures/fps_player.cc
- Timestamp:
- Jul 5, 2006, 12:13:06 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/creatures/fps_player.cc
r9212 r9213 169 169 170 170 this->initWeapon = false; 171 toList( OM_PLAYERS ); 171 172 } 172 173 … … 366 367 velocity -= Vector(0.0, 1.0, 0.0) * this->fallVelocity; 367 368 368 PRINTF(0)("vel %f\n", this->fallVelocity);369 // PRINTF(0)("vel %f\n", this->fallVelocity); 369 370 } 370 371 else … … 463 464 } 464 465 466 465 467 void FPSPlayer::destroy( WorldEntity* killer ) 466 468 {
Note: See TracChangeset
for help on using the changeset viewer.