mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Fix compiling on Linux
This commit is contained in:
parent
dcbe0f7f46
commit
d9ed4be606
2 changed files with 2 additions and 2 deletions
|
|
@ -2348,7 +2348,7 @@ void A_VultureHover(mobj_t *actor)
|
||||||
fixed_t targetz;
|
fixed_t targetz;
|
||||||
fixed_t distdif;
|
fixed_t distdif;
|
||||||
fixed_t memz = actor->z;
|
fixed_t memz = actor->z;
|
||||||
INT8 i;
|
SINT8 i;
|
||||||
|
|
||||||
#ifdef HAVE_BLUA
|
#ifdef HAVE_BLUA
|
||||||
if (LUA_CallAction("A_VultureHover", actor))
|
if (LUA_CallAction("A_VultureHover", actor))
|
||||||
|
|
|
||||||
|
|
@ -2447,7 +2447,7 @@ static void R_DrawMaskedList (drawnode_t* head)
|
||||||
void R_DrawMasked(maskcount_t* masks, UINT8 nummasks)
|
void R_DrawMasked(maskcount_t* masks, UINT8 nummasks)
|
||||||
{
|
{
|
||||||
drawnode_t heads[nummasks]; /**< Drawnode lists; as many as number of views/portals. */
|
drawnode_t heads[nummasks]; /**< Drawnode lists; as many as number of views/portals. */
|
||||||
INT8 i;
|
SINT8 i;
|
||||||
|
|
||||||
for (i = 0; i < nummasks; i++)
|
for (i = 0; i < nummasks; i++)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue