comparison demo.c @ 27:8a604636b077

Use STDIO when enabled.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 19 Aug 2017 15:54:14 +0300
parents feba3bc729a5
children 80e514ceb7cc
comparison
equal deleted inserted replaced
26:288e688aaac3 27:8a604636b077
16 "0", "ENGINE INITTIALISSSIZING!!!!!", NULL); 16 "0", "ENGINE INITTIALISSSIZING!!!!!", NULL);
17 17
18 engine->optPackFilename = "bussi.dat"; 18 engine->optPackFilename = "bussi.dat";
19 engine->optDataPath = NULL; 19 engine->optDataPath = NULL;
20 20
21 engine->optResFlags = DRF_USE_PACK | DRF_PRELOAD_RES; 21 engine->optResFlags = DRF_USE_PACK | DRF_PRELOAD_RES
22 // engine->optResFlags = DRF_USE_PACK | DRF_PRELOAD_RES | DRF_USE_STDIO; 22 #ifdef DM_USE_STDIO
23 | DRF_USE_STDIO
24 #endif
25 ;
23 26
24 engine->optAudioSetup = DM_ASETUP_JSS; 27 engine->optAudioSetup = DM_ASETUP_JSS;
25 28
26 engine->optVidSetup = DM_VSETUP_ASPECT; 29 engine->optVidSetup = DM_VSETUP_ASPECT;
27 engine->optVidWidth = 640; 30 engine->optVidWidth = 640;