SCR_BeginLoadingPlaque() fails to draw loading.lmp on map start
Opened this issue · 0 comments
mattthw commented
Description
In M_GameOptions_Key on line 2958 SCR_BeginLoadingPlaque ();
is called. This function is meant to draw the loading screen. The loading screen is not drawn. Rather, the current screen will freeze until the map loads, where the console will briefly show up.
Expected Result
- Start new multiplayer game
- Select start game
- Loading screen appears
- Map loads
Actual Result
- Start new multiplayer game
- Select start game
- Map loads
Additional Info
I also tried replacing SCR_BeginLoadingPlaque();
with a direct call to void SCR_DrawLoading();
, but I encountered the same behavior.