comparison demo.c @ 68:aa06f72f6557

optDataPath not used anymore.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 24 Oct 2019 08:20:15 +0300
parents cdd817cb0e44
children f0b26daba6a9
comparison
equal deleted inserted replaced
67:e2415dd9b6b1 68:aa06f72f6557
317 dmInitProg("krapula", 317 dmInitProg("krapula",
318 "Lauantai Aamun Krapula", 318 "Lauantai Aamun Krapula",
319 "0.2", "(c) 2012 Anciat Prodz & TNSP", "PENIS."); 319 "0.2", "(c) 2012 Anciat Prodz & TNSP", "PENIS.");
320 320
321 engine->optPackFilename = "orvellys.dat"; 321 engine->optPackFilename = "orvellys.dat";
322 engine->optDataPath = NULL;
323 engine->optResFlags = DRF_USE_PACK | DRF_PRELOAD_RES 322 engine->optResFlags = DRF_USE_PACK | DRF_PRELOAD_RES
324 #ifdef DM_USE_STDIO 323 #ifdef DM_USE_STDIO
325 | DRF_USE_STDIO 324 | DRF_USE_STDIO
326 #endif 325 #endif
327 ; 326 ;