Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6830 in orxonox.OLD for trunk/src/lib/sound/sound_engine.cc


Ignore:
Timestamp:
Jan 29, 2006, 2:43:25 PM (18 years ago)
Author:
bensch
Message:

trunk: the SoundEngine loads the Sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/sound/sound_engine.cc

    r6829 r6830  
    106106  const char* effectsVolume = iniParser->getVar(CONFIG_NAME_EFFECTS_VOLUME, CONFIG_SECTION_AUDIO, "80");
    107107  this->effectsVolume = atof(effectsVolume)/100.0;
     108
     109  this->allocateSources(this->maxSourceCount);
    108110}
    109111
Note: See TracChangeset for help on using the changeset viewer.