Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5955 in orxonox.OLD for branches/powerups/src/orxonox.cc


Ignore:
Timestamp:
Dec 7, 2005, 1:05:10 PM (18 years ago)
Author:
bensch
Message:

branches/powerups: merged the trunk to branches/powerup
merged with commandsvn merge ../trunk/ powerups/ -r5848:HEAD
conflicts resolved in favor of the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/powerups/src/orxonox.cc

    r5822 r5955  
    3333
    3434#include "world.h"
    35 #include "ini_parser.h"
     35#include "parser/ini_parser/ini_parser.h"
    3636#include "game_loader.h"
    3737
     
    235235  // SDL_InitSubSystem(SDL_INIT_AUDIO);
    236236  SoundEngine::getInstance()->initAudio();
     237  SoundEngine::getInstance()->allocateSources(1);
    237238
    238239  SoundEngine::getInstance()->loadSettings(this->iniParser);
Note: See TracChangeset for help on using the changeset viewer.