add new values to save archival
This commit is contained in:
parent
49ada92085
commit
7b2fbfac4e
1 changed files with 3 additions and 0 deletions
|
|
@ -776,6 +776,9 @@ static void P_NetSyncPlayers(savebuffer_t *save)
|
|||
// Wall Transfer bonus
|
||||
SYNCBOOLEAN(players[i].walltransfered);
|
||||
SYNC(players[i].walltransferboost);
|
||||
|
||||
SYNC(players[i].itemusecooldown);
|
||||
SYNC(players[i].itemusecooldownmax);
|
||||
}
|
||||
TracyCZoneEnd(__zone);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue