Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 20, 2019, 3:07:57 PM (5 years ago)
Author:
jeromela
Message:

fixed count function (reverted changes)

File:
1 edited

Legend:

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

    r12400 r12401  
    2828        this->setCollisionShapeRadius(2.5);
    2929        this->setDamage(1000);
    30         orxoblox_->count();
    31         //setEffect("Orxonox/sparks2");
     30                //setEffect("Orxonox/sparks2");
    3231    }
    3332
     
    145144                // Set the ball to be exactly at the boundary.
    146145                position.z = this-> fieldHeight_;
    147                
     146                orxoblox_->count();
     147
    148148                suicidal = true;
    149149               
Note: See TracChangeset for help on using the changeset viewer.