git-svn-id: https://svn.eduke32.com/eduke32@1998 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2011-09-01 19:58:40 +00:00
parent 8db922737a
commit b391f62ca5

View file

@ -5261,10 +5261,13 @@ static void Keys3d(void)
#ifdef YAX_ENABLE
int16_t ynw, cf=-1;
if (eitherSHIFT && !eitherCTRL)
cf = 0;
else if (!eitherSHIFT && eitherCTRL)
cf = 1;
if (m32_script_expertmode)
{
if (eitherSHIFT && !eitherCTRL)
cf = 0;
else if (!eitherSHIFT && eitherCTRL)
cf = 1;
}
if (cf >= 0)
{