mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-13 07:58:04 +00:00
And we'll put a happy little int16_t right over here
git-svn-id: https://svn.eduke32.com/eduke32@6733 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
dfa5c0d712
commit
8e8892aa3a
1 changed files with 2 additions and 2 deletions
|
@ -180,7 +180,7 @@ void Gv_FinalizeWeaponDefaults(void);
|
||||||
case GAMEVAR_Q16PTR: \
|
case GAMEVAR_Q16PTR: \
|
||||||
{ \
|
{ \
|
||||||
Fix16 *pfix = (Fix16 *)aGameVars[id].global; \
|
Fix16 *pfix = (Fix16 *)aGameVars[id].global; \
|
||||||
*pfix operator operand; \
|
*pfix operator(int16_t) operand; \
|
||||||
break; \
|
break; \
|
||||||
} \
|
} \
|
||||||
} \
|
} \
|
||||||
|
|
Loading…
Reference in a new issue