QTfrontend/SDLs.cpp
changeset 2211 288360b78f30
parent 2210 1cb7118a77dd
child 2213 bd51bbf06033
equal deleted inserted replaced
2210:1cb7118a77dd 2211:288360b78f30
    24 SDLInteraction::SDLInteraction()
    24 SDLInteraction::SDLInteraction()
    25 {
    25 {
    26 	music = -1;
    26 	music = -1;
    27 
    27 
    28 	SDL_Init(SDL_INIT_VIDEO);
    28 	SDL_Init(SDL_INIT_VIDEO);
    29 	openal_init(40);
    29 	openal_init(5);
    30 
    30 
    31 }
    31 }
    32 
    32 
    33 SDLInteraction::~SDLInteraction()
    33 SDLInteraction::~SDLInteraction()
    34 {
    34 {