Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 465432 | Differences between
and this patch

Collapse All | Expand All

(-)doomsday/plugins/openal/src/driver_openal.cpp (-1 / +1 lines)
Lines 141-147 static void loadExtensions(void) Link Here
141
141
142
    // Open a playback device.
142
    // Open a playback device.
143
    /// @todo Shouldn't we use the system default device?
143
    /// @todo Shouldn't we use the system default device?
144
    device = alcOpenDevice((ALCchar*) "DirectSound3D");
144
    device = alcOpenDevice((ALCchar*) NULL);
145
    if(!device)
145
    if(!device)
146
    {
146
    {
147
        Con_Message("OpenAL init failed (device: DirectSound3D).\n");
147
        Con_Message("OpenAL init failed (device: DirectSound3D).\n");

Return to bug 465432