- Timestamp:
- May 21, 2009, 6:41:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/sound/src/orxonox/objects/items/Engine.cc
r2999 r3010 79 79 if (this->boostBlur_) 80 80 delete this->boostBlur_; 81 } 82 83 if(this->sound_ != NULL)84 delete this->sound_;81 82 if(this->sound_ != NULL) 83 delete this->sound_; 84 } 85 85 } 86 86
Note: See TracChangeset
for help on using the changeset viewer.