Changeset 6381 for code/branches/presentation2/src/orxonox/items
- Timestamp:
- Dec 19, 2009, 12:07:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/items/MultiStateEngine.cc
r6329 r6381 88 88 (*it2)->destroy(); 89 89 if (this->defEngineSndNormal_) 90 delete this->defEngineSndNormal_;90 this->defEngineSndNormal_->destroy(); 91 91 if (this->defEngineSndBoost_) 92 delete this->defEngineSndBoost_;92 this->defEngineSndBoost_->destroy(); 93 93 } 94 94 if (this->lua_)
Note: See TracChangeset
for help on using the changeset viewer.