diff demo.c @ 23:feba3bc729a5

Moar.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 23 May 2015 13:05:59 +0300
parents cc0a227b7734
children 8a604636b077
line wrap: on
line diff
--- a/demo.c	Sat May 23 08:47:59 2015 +0300
+++ b/demo.c	Sat May 23 13:05:59 2015 +0300
@@ -18,8 +18,8 @@
     engine->optPackFilename  = "bussi.dat";
     engine->optDataPath      = NULL;
 
-//    engine->optResFlags      = DRF_USE_PACK | DRF_PRELOAD_RES;
-    engine->optResFlags      = DRF_USE_PACK | DRF_PRELOAD_RES | DRF_USE_STDIO;
+    engine->optResFlags      = DRF_USE_PACK | DRF_PRELOAD_RES;
+//    engine->optResFlags      = DRF_USE_PACK | DRF_PRELOAD_RES | DRF_USE_STDIO;
 
     engine->optAudioSetup    = DM_ASETUP_JSS;