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/worldentities/pawns/ModularSpaceShip.h

    r10058 r10071  
    113113            virtual void damage(float damage, float healthdamage = 0.0f, float shielddamage = 0.0f, Pawn* originator = NULL, const btCollisionShape* cs = NULL);
    114114
    115             static void killShipPart(std::string name);
     115            static void killShipPartStatic(std::string name);
     116            void killShipPart(std::string name);
    116117
    117118            void addShipPart(ShipPart* part);
Note: See TracChangeset for help on using the changeset viewer.