Changeset 8594 for code/branches/presentation/src/orxonox
- Timestamp:
- May 26, 2011, 1:57:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/worldentities/pawns/SpaceShip.h
r8589 r8594 81 81 inline void oneEngineTickDone() 82 82 { this->engineTicksNotDone--; } 83 inline constbool hasEngineTicksRemaining()83 inline bool hasEngineTicksRemaining() 84 84 { return (this->engineTicksNotDone>0); } 85 85
Note: See TracChangeset
for help on using the changeset viewer.