mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-25 21:41:03 +00:00
Showing time when skipping counter
This commit is contained in:
parent
2e0289e501
commit
c81370a9ec
1 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,10 @@ class CoopStatusScreen : StatusScreen
|
|||
if (dofrags)
|
||||
cnt_frags[i] = fragSum (i);
|
||||
}
|
||||
|
||||
cnt_time = Thinker.Tics2Seconds(Plrs[me].stime);
|
||||
cnt_total_time = Thinker.Tics2Seconds(wbs.totaltime);
|
||||
|
||||
PlaySound("intermission/nextstage");
|
||||
ng_state = 12;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue