shithub: choc

Download patch

ref: 04e809fb794f8371ea3dd9015145ca2a35ad77a0
parent: 88240aec241381721f47df3fae0abb7ede07aa35
author: Simon Howard <[email protected]>
date: Mon Jan 8 17:46:05 EST 2007

More helpful SDL_mixer error messages.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 827

--- a/src/i_sound.c
+++ b/src/i_sound.c
@@ -522,7 +522,7 @@
 
     if (Mix_OpenAudio(22050, AUDIO_S16LSB, 2, 1024) < 0)
     {
-        fprintf(stderr, "Error initialising SDL_mixer: %s\n", SDL_GetError());
+        fprintf(stderr, "Error initialising SDL_mixer: %s\n", Mix_GetError());
         return;
     }
 
@@ -707,7 +707,7 @@
     {
         // Failed to load
 
-        fprintf(stderr, "Error loading midi\n");
+        fprintf(stderr, "Error loading midi: %s\n", Mix_GetError());
     }
 
     // remove file now