Last min changes

This commit is contained in:
Steel Titanium 2019-08-04 11:34:55 -04:00
parent 00c3329ba9
commit 153ed82849
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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;