diff --git a/src/sdl/i_video.c b/src/sdl/i_video.c index 70396e0c8d63a1b24c79abd9385a7c3b7f4d10c2..6ddfc391ce385b499572bb10e1e6716f880e8bcf 100644 --- a/src/sdl/i_video.c +++ b/src/sdl/i_video.c @@ -1620,7 +1620,7 @@ static void Impl_SetWindowIcon(void) { return; } - SDL2STUB(); + //SDL2STUB(); // Monster Iestyn: why is this stubbed? SDL_SetWindowIcon(window, icoSurface); }