0
0
Fork 0
mirror of https://github.com/ZDoom/raze-gles.git synced 2025-03-11 11:34:49 +00:00
git-svn-id: https://svn.eduke32.com/eduke32@1855 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2011-03-24 16:55:44 +00:00
parent 46964b322b
commit f037cdc827

View file

@ -2721,8 +2721,10 @@ CHECKINV1:
aGameVars[g_iReturnVarID].val.lValue = j;
switch (j)
switch ((int32_t)j)
{
case -1:
break;
default:
VM_OnEvent(EVENT_WEAPKEY1+j,p->i,snum, -1);
break;