comparison demo.c @ 54:b8bbed30748b

Remove useless settings.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Oct 2016 09:20:55 +0300
parents 1e1d256a55b3
children 301e379894ab 08913cea6de1
comparison
equal deleted inserted replaced
53:554e3f02ba6f 54:b8bbed30748b
321 engine->optPackFilename = "orvellys.dat"; 321 engine->optPackFilename = "orvellys.dat";
322 engine->optDataPath = NULL; 322 engine->optDataPath = NULL;
323 engine->optResFlags = DRF_USE_PACK | DRF_PRELOAD_RES; 323 engine->optResFlags = DRF_USE_PACK | DRF_PRELOAD_RES;
324 324
325 engine->optAudioSetup = DM_ASETUP_JSS; 325 engine->optAudioSetup = DM_ASETUP_JSS;
326 engine->optAfmt.freq = 44100;
327 engine->optAfmt.format = AUDIO_S16SYS;
328 engine->optAfmt.channels = 2;
329 326
330 engine->optVidSetup = DM_VSETUP_ASPECT; 327 engine->optVidSetup = DM_VSETUP_ASPECT;
331 engine->optVidWidth = 640; 328 engine->optVidWidth = 640;
332 engine->optVidHeight = 480; 329 engine->optVidHeight = 480;
333 engine->optVidDepth = 32; 330 engine->optVidDepth = 32;