- Timestamp:
- Jun 21, 2007, 8:14:29 PM (18 years ago)
- Location:
- branches/presentation/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/lib/graphics/importer/static_model.cc
r10760 r10770 215 215 // remove the group from the model list (mount points do not need to be drawn) 216 216 // std::vector<StaticModelData::Group>::iterator tmpIt = groupIt; 217 groupIt++;218 // this->data->getGroups().erase(tmpIt);217 // groupIt++; 218 this->data->getGroups().erase(groupIt); 219 219 } 220 220 } -
branches/presentation/src/world_entities/world_entity.cc
r10768 r10770 360 360 // extract the mount points 361 361 // Patrick: they get extracted automaticaly now within the model finalization process 362 363 362 // Nicolas: Does not work! this need to be here 364 363 if(model != NULL) 365 364 model->extractMountPoints(); … … 1198 1197 void WorldEntity::regen(float time){ 1199 1198 1200 printf("regen: %f, %f, %f ****************** ", time, this->healthRegen, this->shieldRegen);1199 // printf("regen: %f, %f, %f ****************** ", time, this->healthRegen, this->shieldRegen); 1201 1200 float tmp; 1202 1201 this->increaseHealth(time * this->healthRegen);
Note: See TracChangeset
for help on using the changeset viewer.