- fix linux compile

This commit is contained in:
raa-eruanna 2017-11-18 08:11:27 -05:00
parent b0fa21017b
commit 4da9dbf864

View file

@ -555,7 +555,7 @@ ADD_STAT (blit)
// each platform has its own specific version of this function.
void I_SetWindowTitle(const char* caption)
{
Screen = screen->GetSDLWindow();
auto Screen = static_cast<SDLFB *>(screen)->GetSDLWindow();
if (caption)
SDL_SetWindowTitle(Screen, caption);
else