git-svn-id: https://svn.eduke32.com/eduke32@27 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2006-04-15 23:30:19 +00:00
parent f07156156a
commit 7050179804
1 changed files with 1 additions and 0 deletions

View File

@ -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);