Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 21, 2007, 8:14:29 PM (17 years ago)
Author:
nicolasc
Message:

MP removal algo 'works'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/world_entity.cc

    r10768 r10770  
    360360  // extract the mount points
    361361  // Patrick: they get extracted automaticaly now within the model finalization process
    362  
    363 
     362  // Nicolas: Does not work! this need to be here
    364363  if(model != NULL)
    365364    model->extractMountPoints();
     
    11981197void WorldEntity::regen(float time){
    11991198 
    1200   printf("regen: %f, %f, %f ****************** ", time, this->healthRegen, this->shieldRegen);
     1199//   printf("regen: %f, %f, %f ****************** ", time, this->healthRegen, this->shieldRegen);
    12011200  float tmp;
    12021201  this->increaseHealth(time * this->healthRegen);
Note: See TracChangeset for help on using the changeset viewer.