Switched menu render over to OGL.

This commit is contained in:
Justin Marshall
2020-06-14 14:56:34 -07:00
parent 26845809da
commit efd9ee934c
27 changed files with 154 additions and 42 deletions
+1 -1
View File
@@ -293,7 +293,7 @@ GameType Select_MPlayer_Game (void)
// Redraw buttons
//..................................................................
{
commands->Flag_List_To_Redraw();
commands->Draw_All(); // jmarshall: force redraw everything.
}
Show_Mouse();
display = REDRAW_NONE;