Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 22, 2014, 2:18:47 PM (10 years ago)
Author:
noep
Message:

Removed all segfaults (or at least those we found…)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/modularships/src/orxonox/items/ShipPart.h

    r10067 r10071  
    7272                { return this->parent_; }
    7373
    74             inline void setAlive(bool var)
    75                 { this->alive_ = var; }
     74            void setAlive(bool var);
    7675            inline bool isAlive()
    7776                { return this->alive_; }
     
    125124            bool eventExecution_;
    126125
     126            float healthMem_;
     127
    127128            Vector3 explosionPosition_;
    128129
Note: See TracChangeset for help on using the changeset viewer.