mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-18 02:01:18 +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)
|
if (dofrags)
|
||||||
cnt_frags[i] = fragSum (i);
|
cnt_frags[i] = fragSum (i);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cnt_time = Thinker.Tics2Seconds(Plrs[me].stime);
|
||||||
|
cnt_total_time = Thinker.Tics2Seconds(wbs.totaltime);
|
||||||
|
|
||||||
PlaySound("intermission/nextstage");
|
PlaySound("intermission/nextstage");
|
||||||
ng_state = 12;
|
ng_state = 12;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue