mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 23:42:11 +00:00
Last min changes
This commit is contained in:
parent
00c3329ba9
commit
153ed82849
2 changed files with 2 additions and 2 deletions
|
@ -4078,7 +4078,7 @@ static inline boolean P_NetUnArchiveMisc(void)
|
|||
sstimer = READINT32(save_p);
|
||||
bluescore = READUINT32(save_p);
|
||||
redscore = READUINT32(save_p);
|
||||
modulothing = READUINT32(save_p);
|
||||
modulothing = READINT32(save_p);
|
||||
|
||||
autobalance = READINT16(save_p);
|
||||
teamscramble = READINT16(save_p);
|
||||
|
|
|
@ -2168,6 +2168,7 @@ static void P_LevelInitStuff(void)
|
|||
|
||||
localaiming = 0;
|
||||
localaiming2 = 0;
|
||||
modulothing = 0;
|
||||
|
||||
// special stage tokens, emeralds, and ring total
|
||||
tokenbits = 0;
|
||||
|
@ -2610,7 +2611,6 @@ boolean P_SetupLevel(boolean skipprecip)
|
|||
boolean loadedbm = false;
|
||||
sector_t *ss;
|
||||
boolean chase;
|
||||
modulothing = 0;
|
||||
|
||||
levelloading = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue