Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 22, 2010, 8:43:39 PM (14 years ago)
Author:
scheusso
Message:

fix in ClassID (thanks reto)
fix in Rocket
small improvements in model
weakptr synchronisable

File:
1 edited

Legend:

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

    r6540 r6964  
    164164            this->setVelocity( this->getOrientation()*WorldEntity::FRONT*this->getVelocity().length() );
    165165            this->localAngularVelocity_ = 0;
    166 
     166        }
     167       
     168        if( GameMode::isMaster() )
     169        {
    167170            if( this->bDestroy_ )
    168171                this->destroy();
     172           
    169173        }
    170174    }
Note: See TracChangeset for help on using the changeset viewer.