Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 4, 2006, 9:45:39 PM (18 years ago)
Author:
patrick
Message:

less debug more boxes creation obb

File:
1 edited

Legend:

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

    r9168 r9172  
    243243      this->getWeaponManager().setSlotPosition(1, Vector(5.0, box->halfLength[1] * f, 0.0));
    244244
    245       this->aimingSystem->toList(/*OM_LIST(this->getOMListNumber() + 1)*/ OM_GROUP_00);
     245      this->aimingSystem->toList(/*OM_LIST(this->getOMListNumber() + 1)*/ OM_COMMON);
    246246    }
    247247  }
     
    399399
    400400  this->setOnGround(false);
    401 
     401  this->aimingSystem->flushList();
    402402}
    403403
Note: See TracChangeset for help on using the changeset viewer.