Changeset 6222 for code/branches/presentation2/src/orxonox/sound
- Timestamp:
- Dec 3, 2009, 12:27:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/sound/BaseSound.cc
r6205 r6222 47 47 , bLoop_(false) 48 48 , state_(Stopped) 49 , pitch_ (1.0) 49 50 { 50 51 RegisterRootObject(BaseSound); 51 52 this->volume_ = 1;53 this->pitch_ = 1;54 52 55 53 if (GameMode::playsSound())
Note: See TracChangeset
for help on using the changeset viewer.