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@1998 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
8db922737a
commit
b391f62ca5
1 changed files with 7 additions and 4 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue