Changeset 9123 in orxonox.OLD for branches/presentation/src/world_entities
- Timestamp:
- Jul 4, 2006, 2:16:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/creatures/fps_player.cc
r9122 r9123 191 191 this->getWeaponManager().getFixedTarget()->setParent(State::getCameraTargetNode()); 192 192 this->getWeaponManager().getFixedTarget()->setRelCoor(0,0,0); 193 193 194 } 194 195 … … 208 209 { 209 210 210 if( this->bPosBut) 211 { 212 this->bPosBut = false; 211 if( this->bJump) 212 { 213 213 printf("mechanic2:walkTo( %f, mtheight, %f)\n",this->getAbsCoorX(),this->getAbsCoorZ()); 214 214 } … … 373 373 else if( event.type == KeyMapper::PEV_JUMP) 374 374 this->bJump = event.bPressed; 375 this->bPosBut = event.bPressed;376 375 } 377 376 … … 379 378 { 380 379 Playable::respawn(); 381 380 382 381 AABB* box = this->getModelAABB(); 383 382 if( box != NULL)
Note: See TracChangeset
for help on using the changeset viewer.