- Timestamp:
- May 16, 2019, 1:13:21 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxShip.cc
r12367 r12370 71 71 SUPER(OrxoBloxShip, tick, dt); 72 72 Vector3 pos = this->getPosition(); 73 this->setPosition(pos); 74 } 73 75 76 void OrxoBloxShip::boost(bool bBoost) 77 { 74 78 } 75 79 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 }91 80 } 92 81
Note: See TracChangeset
for help on using the changeset viewer.