mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 02:42:20 +00:00
Fix video mode 0 not getting centered
This commit is contained in:
parent
8c97583779
commit
6c330bbf16
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ void SCR_SetMode(void)
|
|||
|
||||
// Set the video mode in the video interface.
|
||||
if (setmodeneeded)
|
||||
VID_SetMode(--setmodeneeded);
|
||||
VID_SetMode(setmodeneeded - 1);
|
||||
|
||||
V_SetPalette(0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue