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/JumpRocket.h

    r10111 r10184  
    4444            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    4545            virtual void touchFigure();
     46            virtual float getFuelState();
    4647        protected:
    4748            float stretch_;
    4849            float fuel_;
     50            float initialFuel_;
    4951    };
    5052}
Note: See TracChangeset for help on using the changeset viewer.