Changeset 6373 for code/branches/presentation2/src/orxonox/sound
- Timestamp:
- Dec 17, 2009, 11:27:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/sound/SoundManager.cc
r6370 r6373 69 69 { 70 70 RegisterRootObject(SoundManager); 71 72 // See whether we even want to load 73 bool bDisableSound_ = false; 74 SetConfigValue(bDisableSound_, false); 75 if (bDisableSound_) 76 ThrowException(InitialisationAborted, "Sound: Not loading at all"); 71 77 72 78 if (!alutInitWithoutContext(NULL, NULL))
Note: See TracChangeset
for help on using the changeset viewer.