Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 9, 2011, 11:40:54 PM (13 years ago)
Author:
jo
Message:

First successful attempt, to make bots shoot rockets. Unfortunately they're shooting the wrong ones.

File:
1 edited

Legend:

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

    r7163 r8701  
    5959        this->bDestroy_ = false;
    6060        this->lifetime_ = 100;
     61        this->bIsRocket=true;
    6162
    6263        if (GameMode::isMaster())
     
    115116    Rocket::~Rocket()
    116117    {
     118        this->bIsRocket=false;
    117119        if(this->isInitialized())
    118120        {
Note: See TracChangeset for help on using the changeset viewer.