Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 22, 2009, 4:25:02 PM (14 years ago)
Author:
rgrieder
Message:

Found some tabs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc

    r6119 r6120  
    4141namespace orxonox
    4242{
    43         CreateFactory(Rocket);   
     43    CreateFactory(Rocket);
    4444    // create the factory for the Rocket
    4545
     
    5252        RegisterObject(Rocket);// - register the Rocket class to the core
    5353
    54                 this->localAngularVelocity_ = 0;
     54        this->localAngularVelocity_ = 0;
    5555       
    5656        if (GameMode::isMaster())
Note: See TracChangeset for help on using the changeset viewer.