Changeset 10748 in orxonox.OLD for branches/presentation/src/world_entities/creatures
- Timestamp:
 - Jun 20, 2007, 10:11:59 PM (18 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/presentation/src/world_entities/creatures/fps_player.cc
r10744 r10748 328 328 } 329 329 330 /*330 331 331 if( this->bFire2 ) 332 332 { … … 353 353 { 354 354 this->changeZoom = true; 355 } */356 if( this->bFire2 )355 } 356 /*if( this->bFire2 ) 357 357 { 358 358 if( this->changeZoom ) … … 378 378 this->changeZoom = true; 379 379 this->changingZoom = false; 380 } 381 382 this->getWeaponManager().tick(time);380 }*/ 381 382 /*this->getWeaponManager().tick(time); 383 383 if( this->bFire) 384 384 { 385 385 this->getWeaponManager().fire(); 386 } 386 }*/ 387 Playable::tick(time); 387 388 388 389 … … 448 449 else 449 450 speed = 100; 451 452 velocity.normalize(); 450 453 velocity *= speed; 451 454  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






