Skip to content

Commit 7281f71

Browse files
clear screen going to PXO lobby (#6914)
Widescreen mainhalls can still be visible on the sides when going to the PXO lobby so we need to be sure the screen is cleared.
1 parent 7c29656 commit 7281f71

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

code/network/multi_pxo.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,10 @@ void multi_pxo_ban_clicked();
998998
void multi_pxo_init(int use_last_channel, bool api_access)
999999
{
10001000
if (!api_access) {
1001+
// clear screen
1002+
gr_reset_clip();
1003+
gr_clear();
1004+
10011005
// load the background bitmap
10021006
Multi_pxo_bitmap = bm_load(Multi_pxo_bitmap_fname[gr_screen.res]);
10031007
if (Multi_pxo_bitmap < 0) {

0 commit comments

Comments
 (0)