comparison tools/ppl.c @ 2414:69a5af2eb1ea

Remove useless dmMemset().
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 13 Jan 2020 23:27:01 +0200
parents bc05bcfc4598
children 275374725598
comparison
equal deleted inserted replaced
2413:902cc22018a1 2414:69a5af2eb1ea
551 BOOL initSDL = FALSE, audioInit = FALSE; 551 BOOL initSDL = FALSE, audioInit = FALSE;
552 DMResource *file = NULL; 552 DMResource *file = NULL;
553 int result = -1; 553 int result = -1;
554 BOOL muteState = FALSE; 554 BOOL muteState = FALSE;
555 555
556 dmMemset(&eng, 0, sizeof(eng)); 556 memset(&eng, 0, sizeof(eng));
557 557
558 eng.optScrWidth = 640; 558 eng.optScrWidth = 640;
559 eng.optScrHeight = 480; 559 eng.optScrHeight = 480;
560 eng.optScrDepth = 32; 560 eng.optScrDepth = 32;
561 561