Changeset 9151 in orxonox.OLD for branches/presentation/src/world_entities
- Timestamp:
- Jul 4, 2006, 4:19:27 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/creatures/fps_player.cc
r9150 r9151 240 240 } 241 241 242 243 244 242 245 Playable::tick( time ); 243 246 … … 324 327 this->fallVelocity = 0.0f; 325 328 } 326 327 329 328 330 this->shiftCoor( velocity*time ); … … 405 407 void FPSPlayer::respawn( ) 406 408 { 407 toList( OM_PLAYERS ); 408 } 409 409 if( State::isOnline()) 410 toList( OM_PLAYERS ); 411 } 412
Note: See TracChangeset
for help on using the changeset viewer.