Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2019, 1:13:21 PM (5 years ago)
Author:
ahuwyler
Message:

We have new template

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxShip.cc

    r12367 r12370  
    7171        SUPER(OrxoBloxShip, tick, dt);
    7272        Vector3 pos = this->getPosition();
     73        this->setPosition(pos);
     74    }   
    7375
     76    void OrxoBloxShip::boost(bool bBoost)
     77    {
    7478    }
    7579
    76     OrxoBlox* OrxoBloxShip::getGame()
    77     {
    78         if (game == nullptr)
    79         {
    80             for (OrxoBlox* race : ObjectList<OrxoBlox>())
    81             {
    82                 game = race;
    83             }
    84         }
    85         return game;
    86     }
    87     void OrxoBloxShip::death()
    88     {
    89         SpaceShip::death();
    90     }
    9180}
    9281
Note: See TracChangeset for help on using the changeset viewer.