14 lines
412 B
Text
14 lines
412 B
Text
|
$NetBSD: patch-ab,v 1.1.1.1 2003/06/03 00:41:41 hubertf Exp $
|
||
|
|
||
|
--- src/setup.c.orig Fri Sep 7 00:31:55 2001
|
||
|
+++ src/setup.c
|
||
|
@@ -250,7 +250,7 @@ void setup(int argc, char * argv[])
|
||
|
#ifndef NOSOUND
|
||
|
if (use_sound)
|
||
|
{
|
||
|
- if (SDL_Init(SDL_INIT_AUDIO) < 0)
|
||
|
+ if (SDL_InitSubSystem(SDL_INIT_AUDIO) < 0)
|
||
|
{
|
||
|
fprintf(stderr,
|
||
|
"\nWarning: I could not initialize audio!\n"
|