Changeset 9189 in orxonox.OLD for branches/presentation/src/world_entities/weapons/aiming_system.cc
- Timestamp:
- Jul 5, 2006, 7:36:59 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/weapons/aiming_system.cc
r9188 r9189 65 65 this->subscribeReaction(CREngine::CR_OBJECT_DAMAGE, CL_WORLD_ENTITY); 66 66 67 this->range = 30.0f;67 this->range = 1000.0f; 68 68 this->sideLength = 2.0f; 69 69
Note: See TracChangeset
for help on using the changeset viewer.