Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5968 in orxonox.OLD for branches/network/src/orxonox.cc


Ignore:
Timestamp:
Dec 7, 2005, 4:16:51 PM (18 years ago)
Author:
patrick
Message:

network: merged the trunk into the network with the command svn merge -r5824:HEAD ../trunk network, changes changed… bla bla..

File:
1 edited

Legend:

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

    r5829 r5968  
    3333
    3434#include "world.h"
    35 #include "ini_parser.h"
     35#include "parser/ini_parser/ini_parser.h"
    3636#include "game_loader.h"
    3737
     
    250250  // SDL_InitSubSystem(SDL_INIT_AUDIO);
    251251  SoundEngine::getInstance()->initAudio();
     252  SoundEngine::getInstance()->allocateSources(1);
    252253
    253254  SoundEngine::getInstance()->loadSettings(this->iniParser);
Note: See TracChangeset for help on using the changeset viewer.