Skip to content
Snippets Groups Projects
Commit 2d3e3029 authored by LJ Sonic's avatar LJ Sonic
Browse files

Merge branch 'mode0-centering' into 'next'

Fix video mode 0 not getting centered

See merge request !1344
parents 14ee92ef 6c330bbf
No related branches found
No related tags found
1 merge request!1344Fix video mode 0 not getting centered
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment