Changeset 9148 in orxonox.OLD for branches/presentation/src/world_entities
- Timestamp:
- Jul 4, 2006, 3:49:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/creatures/fps_player.cc
r9139 r9148 154 154 //subscribe to collision reaction 155 155 this->subscribeReaction(CREngine::CR_PHYSICS_FULL_WALK, CL_BSP_ENTITY); 156 156 157 157 this->initWeapon = false; 158 158 } … … 218 218 void FPSPlayer::tick (float time) 219 219 { 220 220 221 if ( !this->initWeapon ) 221 222 { 222 223 this->initWeapon = true; 223 224 224 225 AABB* box = this->getModelAABB(); 225 226 if( box != NULL) … … 360 361 } 361 362 363 this->setOnGround(false); 364 362 365 } 363 366
Note: See TracChangeset
for help on using the changeset viewer.