Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 2, 2010, 11:02:27 PM (14 years ago)
Author:
gnadler
Message:

latest try (see the forum thread for more info…)
now Orxonox starts, but rocket still invisible/not seen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/rocket/src/modules/weapons/projectiles/SimpleRocket.cc

    r6817 r6818  
    104104    SimpleRocket::~SimpleRocket()
    105105    {
     106                if (this->isInitialized()) {
    106107                COUT(0)<< "simplerocket destroyed\n";
    107                 if (this->hasLocalController()) delete this->getController();
     108                delete this->getController();
     109                }
    108110        }
    109111
Note: See TracChangeset for help on using the changeset viewer.