mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-14 18:53:05 +00:00
I continue to be a buffoon.
This commit is contained in:
parent
71572b94d1
commit
e4d380d2ad
1 changed files with 6 additions and 3 deletions
|
|
@ -3204,9 +3204,12 @@ INT16 G_RandMap(INT16 tolflags, INT16 pprevmap, boolean dontadd, boolean ignoreb
|
|||
else
|
||||
{
|
||||
ix = okmaps[M_RandomKey(numokmaps)];
|
||||
for (bufx = NUMMAPS; bufx > 0; bufx--)
|
||||
randmapbuffer[bufx] = randmapbuffer[bufx-1];
|
||||
randmapbuffer[0] = ix;
|
||||
if (!dontadd)
|
||||
{
|
||||
for (bufx = NUMMAPS; bufx > 0; bufx--)
|
||||
randmapbuffer[bufx] = randmapbuffer[bufx-1];
|
||||
randmapbuffer[0] = ix;
|
||||
}
|
||||
}
|
||||
|
||||
Z_Free(okmaps);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue