# HG changeset patch # User Matti Hamalainen # Date 1425244520 -7200 # Node ID eb2d14546a0e41ae57a572456530de9383bf5e9b # Parent 3a67e9552c7d736dc4d76401798385baa9b82168 Fix init messages. diff -r 3a67e9552c7d -r eb2d14546a0e src/dmsimple.c --- 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");