mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
I'm a huge idiot
This commit is contained in:
parent
552519faf1
commit
7e19186491
1 changed files with 2 additions and 1 deletions
|
|
@ -3964,6 +3964,7 @@ void G_SaveGame(UINT32 savegameslot)
|
||||||
//
|
//
|
||||||
void G_DeferedInitNew(boolean pultmode, const char *mapname, INT32 pickedchar, UINT8 ssplayers, boolean FLS)
|
void G_DeferedInitNew(boolean pultmode, const char *mapname, INT32 pickedchar, UINT8 ssplayers, boolean FLS)
|
||||||
{
|
{
|
||||||
|
INT32 i;
|
||||||
UINT8 color = 0;
|
UINT8 color = 0;
|
||||||
paused = false;
|
paused = false;
|
||||||
|
|
||||||
|
|
@ -3972,7 +3973,7 @@ void G_DeferedInitNew(boolean pultmode, const char *mapname, INT32 pickedchar, U
|
||||||
ghosts = NULL;
|
ghosts = NULL;
|
||||||
|
|
||||||
for (i = 0; i < NUMMAPS; i++)
|
for (i = 0; i < NUMMAPS; i++)
|
||||||
randmapbuffer[i] = -1; // Reset this
|
randmapbuffer[i] = -1;
|
||||||
|
|
||||||
// this leave the actual game if needed
|
// this leave the actual game if needed
|
||||||
SV_StartSinglePlayerServer();
|
SV_StartSinglePlayerServer();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue