mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-12 23:54:37 +00:00
Changed ratio correction slider increment value to 8.
git-svn-id: https://svn.eduke32.com/eduke32@17 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
b53bf073cc
commit
70346eda8f
1 changed files with 1 additions and 1 deletions
|
@ -1970,7 +1970,7 @@ cheat_for_port_credits:
|
||||||
enabled = 1;
|
enabled = 1;
|
||||||
switch (io) {
|
switch (io) {
|
||||||
case 0:
|
case 0:
|
||||||
barsm(d+8,yy+7, (short *)&glratiocorrection,4,x==io,SHX(-5),PHX(-5));
|
barsm(d+8,yy+7, (short *)&glratiocorrection,8,x==io,SHX(-5),PHX(-5));
|
||||||
break;
|
break;
|
||||||
default: break;
|
default: break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue