mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
oops
git-svn-id: https://svn.eduke32.com/eduke32@912 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
86712a9fc9
commit
7e7193c8fe
1 changed files with 1 additions and 1 deletions
|
@ -3093,7 +3093,7 @@ cheat_for_port_credits:
|
|||
c = (320>>1)-120;
|
||||
|
||||
#if defined(POLYMOST) && defined(USE_OPENGL)
|
||||
x = (7+(getrendermode() >= 3));
|
||||
x = (7/*+(getrendermode() >= 3)*/);
|
||||
#else
|
||||
x = 7;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue