- Timestamp:
- Nov 22, 2009, 4:25:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc
r6119 r6120 41 41 namespace orxonox 42 42 { 43 CreateFactory(Rocket); 43 CreateFactory(Rocket); 44 44 // create the factory for the Rocket 45 45 … … 52 52 RegisterObject(Rocket);// - register the Rocket class to the core 53 53 54 54 this->localAngularVelocity_ = 0; 55 55 56 56 if (GameMode::isMaster())
Note: See TracChangeset
for help on using the changeset viewer.