Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 5, 2006, 12:13:06 PM (18 years ago)
Author:
patrick
Message:

weapon tuned for good

File:
1 edited

Legend:

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

    r9212 r9213  
    169169
    170170  this->initWeapon = false;
     171  toList( OM_PLAYERS );
    171172}
    172173
     
    366367    velocity -= Vector(0.0, 1.0, 0.0) * this->fallVelocity;
    367368
    368     PRINTF(0)("vel %f\n", this->fallVelocity);
     369//     PRINTF(0)("vel %f\n", this->fallVelocity);
    369370  }
    370371  else
     
    463464}
    464465
     466
    465467void FPSPlayer::destroy( WorldEntity* killer )
    466468{
Note: See TracChangeset for help on using the changeset viewer.