Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 23, 2017, 12:23:21 AM (7 years ago)
Author:
patricwi
Message:

reverted commit from merge with tgidronFS16 because failed to compile

Location:
code/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk

  • code/trunk/src/modules/hover/HoverShip.h

    r11493 r11495  
    3434
    3535#include "HoverPrereqs.h"
    36 #include "Hover.h"
    3736
    3837#include "worldentities/pawns/SpaceShip.h"
     
    7069            virtual void boost(bool bBoost) override;
    7170
    72         protected:
    73             virtual void death() override;
    74 
    7571        private:
    76             Hover* getGame();
    77             WeakPtr<Hover> game;
    7872            float jumpBoost_;
    7973            bool isFloor_;
Note: See TracChangeset for help on using the changeset viewer.