diff --git a/prboom2/src/SDL/i_video.c b/prboom2/src/SDL/i_video.c index 93e706fa3..36846fd94 100644 --- a/prboom2/src/SDL/i_video.c +++ b/prboom2/src/SDL/i_video.c @@ -1561,11 +1561,7 @@ static void UpdateFocus(void) // after switching to OS and back if (desired_fullscreen && window_focused) { - // currentPaletteIndex? - if (st_palette < 0) - st_palette = 0; - - V_SetPalette(st_palette); + V_TouchPalette(); } // Should the screen be grabbed?