X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsound.cpp;h=9ad8f8dd45ff4e09b676edb8026193c019a6771c;hb=8e30a909ce2a12ed02eea2efc1d0da89eb4783d3;hp=04b2670cb9ab2987b5e9add084089f1299936452;hpb=f8d9fa1865388d1833179e67e223c6f8576c56fe;p=apple2 diff --git a/src/sound.cpp b/src/sound.cpp index 04b2670..9ad8f8d 100644 --- a/src/sound.cpp +++ b/src/sound.cpp @@ -79,6 +79,7 @@ void SoundInit(void) if (device == 0) { WriteLog("Sound: Failed to initialize SDL sound.\n"); + WriteLog("SDL sez: %s\n", SDL_GetError()); return; }