changeset 32:21a8993f3127

Fix the previous commit.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Mar 2013 01:20:42 +0200
parents 03ef1b48e380
children dca4b72dc2e0
files 3x666.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/3x666.c	Tue Mar 19 01:20:05 2013 +0200
+++ b/3x666.c	Tue Mar 19 01:20:42 2013 +0200
@@ -988,7 +988,7 @@
     engine.mixBuf = malloc(engine.mixBufSize);
 
     // Start audio, enter main loop
-    dmPrint("We are go.\n");
+    dmPrint(0, "We are go.\n");
     SDL_LockAudio();
     SDL_PauseAudio(0);
     SDL_UnlockAudio();