Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2014, 3:43:07 PM (9 years ago)
Author:
fvultier
Message:

Es wird nun angezeigt, wie lange ein item noch aktiv ist.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickupsFS14/src/modules/jump/JumpFigure.h

    r10111 r10184  
    3131
    3232#include "jump/JumpPrereqs.h"
    33 
    3433#include "worldentities/ControllableEntity.h"
    3534
     
    119118
    120119            bool fireSignal_;
    121             bool rocketActive_;
    122             bool propellerActive_;
    123120            bool dead_;
     121
     122            JumpRocket* rocketActive_;
     123            JumpPropeller* propellerActive_;
     124            JumpBoots* bootsActive_;
     125            JumpShield* shieldActive_;
    124126        private:
    125127            std::string modelLeftHand_;
     
    149151            bool animateHands_;
    150152            bool turnUp_;
    151             bool bootsActive_;
    152             bool shieldActive_;
    153153            float rocketSpeed_;
    154154            float propellerSpeed_;
Note: See TracChangeset for help on using the changeset viewer.