Skip to content
Snippets Groups Projects
Commit 60b8f649 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix typo in last commit

parent 12ae6d55
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4318 passed
...@@ -634,7 +634,7 @@ void win32_textmode(int mode) ...@@ -634,7 +634,7 @@ void win32_textmode(int mode)
modeidx = find_vmode(mode); modeidx = find_vmode(mode);
if (modeidx == -1) if (modeidx == -1)
modeidx = CO80; modeidx = C80;
sz.X = cio_textinfo.screenwidth > vparams[modeidx].cols ? cio_textinfo.screenwidth : vparams[modeidx].cols; sz.X = cio_textinfo.screenwidth > vparams[modeidx].cols ? cio_textinfo.screenwidth : vparams[modeidx].cols;
sz.Y = cio_textinfo.screenheight > vparams[modeidx].rows ? cio_textinfo.screenheight : vparams[modeidx].rows; sz.Y = cio_textinfo.screenheight > vparams[modeidx].rows ? cio_textinfo.screenheight : vparams[modeidx].rows;
rc.Left=0; rc.Left=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment