Changeset 6222 for code/branches/presentation2/src/orxonox/items
- Timestamp:
- Dec 3, 2009, 12:27:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/items/MultiStateEngine.cc
r6207 r6222 55 55 RegisterObject(MultiStateEngine); 56 56 57 defEngineSndNormal_ = new WorldSound(this);58 defEngineSndBoost_ = new WorldSound(this);59 defEngineSndNormal_->setLooping(true);60 defEngineSndBoost_->setLooping(true);57 this->defEngineSndNormal_ = new WorldSound(this); 58 this->defEngineSndBoost_ = new WorldSound(this); 59 this->defEngineSndNormal_->setLooping(true); 60 this->defEngineSndBoost_->setLooping(true); 61 61 62 62 this->lua_ = new LuaState();
Note: See TracChangeset
for help on using the changeset viewer.