changeset 1057:eb2d14546a0e

Fix init messages.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Mar 2015 23:15:20 +0200
parents 3a67e9552c7d
children e51ec592bfb6
files src/dmsimple.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/dmsimple.c	Sun Mar 01 22:58:55 2015 +0200
+++ b/src/dmsimple.c	Sun Mar 01 23:15:20 2015 +0200
@@ -608,12 +608,12 @@
     dmProgDesc, dmProgAuthor);
 
     dmPrint(0,
-    "Using libSDL, "
-#ifdef DM_USE_PACKFS
-    "zlib, "
+    "Using libSDL"
+#if defined(DM_USE_PACKFS) && defined(DM_USE_ZLIB)
+    ", zlib"
 #endif
 #ifdef DM_USE_TREMOR
-    "Tremor Vorbis codec"
+    ", Tremor Vorbis codec"
 #endif
     " and modified stb_image.\n"
     "See README.txt for more information.\n");