mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-13 13:21:31 +00:00
P_NetKeepAlive should also be here because it potentially pauses mid-game!
This commit is contained in:
parent
dff5cb049f
commit
caba5cb02e
1 changed files with 4 additions and 1 deletions
|
@ -2857,6 +2857,9 @@ boolean P_SetupLevel(boolean skipprecip)
|
|||
lastwipetic = nowtime;
|
||||
if (moviemode) // make sure we save frames for the white hold too
|
||||
M_SaveFrame();
|
||||
|
||||
// Keep the network alive
|
||||
NetKeepAlive();
|
||||
}
|
||||
|
||||
ranspecialwipe = 1;
|
||||
|
|
Loading…
Reference in a new issue