diff demo.c @ 19:da7ac3f7d014

Work on build process.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 23 May 2015 05:37:10 +0300
parents 80634079f275
children cc0a227b7734
line wrap: on
line diff
--- a/demo.c	Sat May 23 05:03:15 2015 +0300
+++ b/demo.c	Sat May 23 05:37:10 2015 +0300
@@ -17,7 +17,8 @@
 
     engine->optPackFilename  = "bussi.dat";
     engine->optDataPath      = NULL;
-    engine->optResFlags      = DRF_USE_PACK | DRF_PRELOAD_RES | DRF_USE_STDIO;
+
+    engine->optResFlags      = DRF_USE_PACK | DRF_PRELOAD_RES;// | DRF_USE_STDIO;
 
     engine->optAudioSetup    = DM_ASETUP_JSS;