changeset 571:8a98037c5cf7

Work with no sound as well.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 17 Feb 2013 08:26:39 +0200
parents a26636faa6b7
children 5a051ead61db
files dmsimple.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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