mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-10 22:51:36 +00:00
SERVER: Reset Progress Bar state in Soft_Restart
This commit is contained in:
parent
a0ae78c150
commit
d28699f37c
1 changed files with 3 additions and 0 deletions
|
@ -167,6 +167,9 @@ void() Soft_Restart = {
|
|||
|
||||
self = oldself;
|
||||
self.downed = 0;
|
||||
self.progress_bar = 0;
|
||||
self.progress_bar_time = 0;
|
||||
self.progress_bar_percent = 0;
|
||||
game_over = false;
|
||||
rounds = 0;
|
||||
self.score = 0;
|
||||
|
|
Loading…
Reference in a new issue