mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +00:00
Fix variable-length array definition, just in case.
This commit is contained in:
parent
b3b7ffb889
commit
13c47b9e6f
1 changed files with 1 additions and 1 deletions
|
|
@ -693,7 +693,7 @@ void P_ScanThings(INT16 mapnum, INT16 wadnum, INT16 lumpnum)
|
|||
|
||||
static void P_SpawnEmeraldHunt(void)
|
||||
{
|
||||
INT32 emer[3], num[numhuntemeralds], randomkey;
|
||||
INT32 emer[3], num[MAXHUNTEMERALDS], randomkey;
|
||||
fixed_t x, y, z;
|
||||
|
||||
for (int i = 0; i < numhuntemeralds; i++)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue