Changeset 8648 for code/branches/presentation/src/orxonox/items/Engine.cc
- Timestamp:
- May 28, 2011, 8:53:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/items/Engine.cc
r8589 r8648 72 72 Engine::~Engine() 73 73 { 74 74 if( this->ship_ && this->ship_->hasEngine(this) ) 75 this->ship_->removeEngine(this); 75 76 } 76 77
Note: See TracChangeset
for help on using the changeset viewer.