diff dmsimple.c @ 571:8a98037c5cf7

Work with no sound as well.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 17 Feb 2013 08:26:39 +0200
parents e1c984404b6b
children 14640d0688d3
line wrap: on
line diff
--- a/dmsimple.c	Sat Jan 05 19:58:23 2013 +0200
+++ b/dmsimple.c	Sun Feb 17 08:26:39 2013 +0200
@@ -245,7 +245,7 @@
     if (SDL_OpenAudio(&engine.optAfmt, NULL) < 0)
     {
         dmError("Couldn't open SDL audio: %s\n", SDL_GetError());
-        goto error_exit;
+//        goto error_exit;
     }
 
     // Initialize SDL video