mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-16 01:11:28 +00:00
Fix being unable to hit ENTER on VIDEO SETTINS -> RENDERER SETUP with classic.
git-svn-id: https://svn.eduke32.com/eduke32@2780 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
ff9cae033a
commit
2aee18ff9a
1 changed files with 1 additions and 2 deletions
|
@ -3246,7 +3246,7 @@ cheat_for_port_credits:
|
|||
#else
|
||||
x = 7;
|
||||
#endif
|
||||
onbar = (!getrendermode() && probey == 6); // (probey == 4);
|
||||
// onbar = (!getrendermode() && probey == 6); // (probey == 4);
|
||||
if (probey == 0 || probey == 1 || probey == 2)
|
||||
x = M_Probe(c,50,16,x);
|
||||
else if (probey == 3)
|
||||
|
@ -3450,7 +3450,6 @@ cheat_for_port_credits:
|
|||
#else
|
||||
0
|
||||
#endif
|
||||
|
||||
) : 0;
|
||||
|
||||
if (setgamemode(nfs, nxdim, nydim, nbpp) < 0)
|
||||
|
|
Loading…
Reference in a new issue