Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6966 in orxonox.OLD for trunk/src/world_entities/playable.h


Ignore:
Timestamp:
Feb 1, 2006, 6:43:11 PM (18 years ago)
Author:
patrick
Message:

trunk: deactivated the lenseflare temp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/playable.h

    r6959 r6966  
    3131    virtual void leave() = 0;
    3232
     33    virtual void die();
     34
    3335    virtual bool pickup(PowerUp* powerUp);
    3436
     
    5961    int       readSync(byte* data, int maxLength );
    6062    bool      needsReadSync();
    61    
     63
    6264    inline void setScore( int score ) { this->score = score; }
    6365    inline int  getScore() { return this->score; }
     
    7779    bool                  bFire;              //!< If the Ship is firing.
    7880    int                   oldFlags;           //!< Used for synchronisation
    79    
     81
    8082    int                   score;
    8183    int                   oldScore;
Note: See TracChangeset for help on using the changeset viewer.