diff -r f7ed1ea25050 -r 538a777f90c4 QTfrontend/SDLs.cpp --- a/QTfrontend/SDLs.cpp Sun Oct 11 16:23:59 2009 +0000 +++ b/QTfrontend/SDLs.cpp Sun Oct 11 20:14:55 2009 +0000 @@ -22,6 +22,7 @@ #include "hwconsts.h" bool hardware; +extern char *programname; SDLInteraction::SDLInteraction(bool hardware_snd) { @@ -79,6 +80,6 @@ void OpenAL_Init() { if (!openal_ready()) - openal_init(hardware ? 1 : 0, 5); + openal_init(programname, hardware ? 1 : 0, 5); }