Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 4, 2006, 4:19:27 PM (18 years ago)
Author:
patrick
Message:

fps works again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/creatures/fps_player.cc

    r9150 r9151  
    240240  }
    241241
     242
     243
     244
    242245  Playable::tick( time );
    243246
     
    324327    this->fallVelocity = 0.0f;
    325328  }
    326 
    327329
    328330  this->shiftCoor( velocity*time );
     
    405407void FPSPlayer::respawn( )
    406408{
    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.