Changeset 10443 for code/branches/cpp11/src/modules/invader/InvaderShip.cc
- Timestamp:
- May 17, 2015, 9:45:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11/src/modules/invader/InvaderShip.cc
r9943 r10443 37 37 #include "core/XMLPort.h" 38 38 #include "Invader.h" 39 #include "InvaderEnemy.h" 40 #include "graphics/Camera.h" 41 #include "weapons/projectiles/Projectile.h" 39 42 40 43 namespace orxonox … … 139 142 isFireing = bBoost; 140 143 } 144 void InvaderShip::rotateRoll(const Vector2& value) 145 { 146 if (getGame()) 147 if (getGame()->bEndGame) 148 getGame()->end(); 149 } 141 150 inline bool InvaderShip::collidesAgainst(WorldEntity* otherObject, btManifoldPoint& contactPoint) 142 151 {
Note: See TracChangeset
for help on using the changeset viewer.