Properly initialize the SDL-common level screens for SDL2

This commit is contained in:
Michael Martin
2019-08-25 15:38:57 -07:00
parent a07e65ffd3
commit e841546e0b
+2
View File
@@ -157,6 +157,8 @@ TFB_Pure_ConfigureVideo (int driver, int flags, int width, int height, int toggl
SDL_Screens[i] = NULL;
}
}
SDL_Screen = SDL_Screens[0];
TransitionScreen = SDL_Screens[2];
}
else
{