mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
P_NetKeepAlive should also be here because it potentially pauses mid-game!
This commit is contained in:
parent
243240de64
commit
10af9db31b
1 changed files with 4 additions and 1 deletions
|
|
@ -2857,6 +2857,9 @@ boolean P_SetupLevel(boolean skipprecip)
|
||||||
lastwipetic = nowtime;
|
lastwipetic = nowtime;
|
||||||
if (moviemode) // make sure we save frames for the white hold too
|
if (moviemode) // make sure we save frames for the white hold too
|
||||||
M_SaveFrame();
|
M_SaveFrame();
|
||||||
|
|
||||||
|
// Keep the network alive
|
||||||
|
NetKeepAlive();
|
||||||
}
|
}
|
||||||
|
|
||||||
ranspecialwipe = 1;
|
ranspecialwipe = 1;
|
||||||
|
|
@ -3435,7 +3438,7 @@ boolean P_AddWadFile(const char *wadfilename)
|
||||||
//
|
//
|
||||||
R_AddSkins(wadnum); // faB: wadfile index in wadfiles[]
|
R_AddSkins(wadnum); // faB: wadfile index in wadfiles[]
|
||||||
|
|
||||||
//
|
//
|
||||||
// edit music defs
|
// edit music defs
|
||||||
//
|
//
|
||||||
S_LoadMusicDefs(wadnum);
|
S_LoadMusicDefs(wadnum);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue