mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Oversight, do not free the data yet vres_Free() does it already at the end.
This commit is contained in:
parent
4fcdf23bc6
commit
6b5889386c
1 changed files with 0 additions and 1 deletions
|
|
@ -7200,7 +7200,6 @@ void P_SpawnSpecials(INT32 fromnetsave)
|
||||||
I_Error("Make-Your-Own-FOF (tag %d) needs a value in the linedef's second side upper texture field.", lines[i].tag);
|
I_Error("Make-Your-Own-FOF (tag %d) needs a value in the linedef's second side upper texture field.", lines[i].tag);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Z_Free(data);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
I_Error("Make-Your-Own FOF (tag %d) found without a 2nd linedef side!", lines[i].tag);
|
I_Error("Make-Your-Own FOF (tag %d) found without a 2nd linedef side!", lines[i].tag);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue