Skip to content

Commit

Permalink
Fix for popups being sized strangely after loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Interrupt committed Jun 20, 2018
1 parent 8c19ddd commit 6bd97bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/GameSrc/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,9 @@ errtype load_that_thar_game(int which_slot)
// if (curr_vol_lev != 0)
startup_music = TRUE;
//KLC end_wait();

// CC: This fixed popups cursors drawing tiny after loading
gr2ss_override = OVERRIDE_ALL;
}
return(OK);
}
Expand Down

0 comments on commit 6bd97bc

Please sign in to comment.