mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
Oops.
git-svn-id: https://svn.eduke32.com/eduke32@27 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
f07156156a
commit
7050179804
1 changed files with 1 additions and 0 deletions
|
@ -2201,6 +2201,7 @@ cheat_for_port_credits:
|
|||
case 1: if (x==io) ud.tickrate = 1-ud.tickrate;
|
||||
modval(0,1,(int *)&ud.tickrate,1,probey==1);
|
||||
gametextpal(d,yy, ud.tickrate ? "On" : "Off", 0, 0); break;
|
||||
case 2: if (x==io) cmenu(200); break;
|
||||
default: break;
|
||||
}
|
||||
gametextpal(c,yy, opts[ii], enabled?5:15, 2);
|
||||
|
|
Loading…
Reference in a new issue