Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 1, 2011, 12:54:47 AM (13 years ago)
Author:
jo
Message:

'Stable' update. Merging by hand.

File:
1 edited

Legend:

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

    r8706 r8723  
    5858        this->localAngularVelocity_ = 0;
    5959        this->lifetime_ = 100;
     60        this->bIsRocket=true;
    6061
    6162        if (GameMode::isMaster())
     
    116117        if(this->isInitialized())
    117118        {
     119            this->bIsRocket=false;
    118120            if (GameMode::isMaster())
    119121            {
Note: See TracChangeset for help on using the changeset viewer.