Changeset 2998 for code/branches/sound/src/orxonox/objects
- Timestamp:
- May 20, 2009, 8:31:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/sound/src/orxonox/objects/items/Engine.cc
r2982 r2998 226 226 this->ship_ = ship; 227 227 228 if(this->sound_ != NULL)229 this->sound_->attachToEntity(ship);230 231 228 if (ship) 232 229 { … … 240 237 this->boostBlur_ = 0; 241 238 } 239 240 if(this->sound_ != NULL) 241 this->sound_->attachToEntity(ship); 242 242 } 243 243 }
Note: See TracChangeset
for help on using the changeset viewer.