dtstyle: Resolve uninitialized warnings

This commit is contained in:
Peter Howkins
2021-12-22 01:15:29 +00:00
committed by Jon Trulson
parent f073bc2e24
commit 4eb099b047
2 changed files with 2 additions and 2 deletions

View File

@@ -2095,7 +2095,7 @@ void
SaveOrgPalette( void )
{
int i;
palette *tmp_palette, *tmp2_palette;
palette *tmp_palette = NULL, *tmp2_palette = NULL;
if(save.restoreFlag && defaultName_restore[0] != 0) {
tmp_palette = pHeadPalette;