- Timestamp:
- Jan 25, 2007, 5:07:47 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/scriptchanges.new/src/world_entities/creatures/fps_player.cc
r10369 r10370 342 342 velocity *= 100; 343 343 344 if( this->bJump)345 {346 printf("position:( %f, %f, %f ) \n", this->getAbsCoorX(), this->getAbsCoorY(), this->getAbsCoorZ());347 }348 344 if( this->getModel( 0) != NULL && this->getModel(0)->isA(InteractiveModel::staticClassID())) 349 345 {
Note: See TracChangeset
for help on using the changeset viewer.