Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2019, 4:57:51 PM (5 years ago)
Author:
pomselj
Message:
 
File:
1 edited

Legend:

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

    r12378 r12392  
    9292            if (getDestroyAfterCollision())
    9393            {
    94                 orxout() << "Destroy that stuff" << endl;
    9594                this->bDestroy_ = true; // If something is hit, the object is destroyed and can't hit something else.
    9695                                        // The projectile is destroyed by its tick()-function (in the following tick).
     
    174173    {
    175174        if(GameMode::isMaster() && this->bDestroy_) {
    176             orxout() << "Set true, smhow" << endl;
    177175            this->destroy();
    178176        }
     
    186184    {
    187185        if(GameMode::isMaster()) {
    188             orxout() << "Deleted myself" << endl;
    189186            this->destroy();
    190187        }
Note: See TracChangeset for help on using the changeset viewer.