Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 5, 2011, 11:59:37 PM (13 years ago)
Author:
jo
Message:

Further narrowing down. The bug is triggered, when a bot calls fire(3) - whenever a bot launches a rocket.

File:
1 edited

Legend:

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

    r8723 r8733  
    5858        this->localAngularVelocity_ = 0;
    5959        this->lifetime_ = 100;
    60         this->bIsRocket=true;
     60        this->bIsRocket_= true;
    6161
    6262        if (GameMode::isMaster())
     
    117117        if(this->isInitialized())
    118118        {
    119             this->bIsRocket=false;
     119            this->bIsRocket_= false;
    120120            if (GameMode::isMaster())
    121121            {
Note: See TracChangeset for help on using the changeset viewer.