Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 20, 2019, 2:26:49 PM (5 years ago)
Author:
jeromela
Message:

Changed counter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/weapons/projectiles/BallProjectile.cc

    r12396 r12400  
    2828        this->setCollisionShapeRadius(2.5);
    2929        this->setDamage(1000);
    30 
     30        orxoblox_->count();
    3131        //setEffect("Orxonox/sparks2");
    3232    }
     
    146146                position.z = this-> fieldHeight_;
    147147               
    148                 orxoblox_->count();
    149148                suicidal = true;
    150149               
Note: See TracChangeset for help on using the changeset viewer.