Fix format conversion surface

This commit is contained in:
Michael Martin
2019-08-25 16:05:43 -07:00
parent e841546e0b
commit 8fb39785b2
+4
View File
@@ -159,6 +159,10 @@ TFB_Pure_ConfigureVideo (int driver, int flags, int width, int height, int toggl
}
SDL_Screen = SDL_Screens[0];
TransitionScreen = SDL_Screens[2];
if (0 != ReInit_Screen (&format_conv_surf, 0, 0))
{
return -1;
}
}
else
{