Changeset 3633 in orxonox.OLD for orxonox/trunk
- Timestamp:
- Mar 22, 2005, 12:41:36 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/projectile.cc
r3632 r3633 35 35 this->projectileModel = new Primitive(P_SPHERE); 36 36 this->flightDirection = NULL; 37 this->speed = 1. 0f;37 this->speed = 1.1f; 38 38 } 39 39
Note: See TracChangeset
for help on using the changeset viewer.