- Timestamp:
- Jan 29, 2006, 2:43:25 PM (19 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/sound/sound_engine.cc
r6829 r6830 106 106 const char* effectsVolume = iniParser->getVar(CONFIG_NAME_EFFECTS_VOLUME, CONFIG_SECTION_AUDIO, "80"); 107 107 this->effectsVolume = atof(effectsVolume)/100.0; 108 109 this->allocateSources(this->maxSourceCount); 108 110 } 109 111 -
trunk/src/orxonox.cc
r6828 r6830 249 249 // SDL_InitSubSystem(SDL_INIT_AUDIO); 250 250 SoundEngine::getInstance()->initAudio(); 251 SoundEngine::getInstance()->allocateSources(32);252 251 253 252 SoundEngine::getInstance()->loadSettings(this->iniParser);
Note: See TracChangeset
for help on using the changeset viewer.