mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-03-17 08:21:28 +00:00
Merge commit 'refs/pull/410/head' of https://github.com/coelckers/gzdoom
This commit is contained in:
commit
73a3f36112
1 changed files with 1 additions and 1 deletions
|
@ -647,7 +647,7 @@ struct LevelLocals native
|
|||
|
||||
native void ChangeSky( TextureID sky1, TextureID sky2 );
|
||||
|
||||
String clearscope TimeFormatted(bool totals = false)
|
||||
clearscope String TimeFormatted(bool totals = false)
|
||||
{
|
||||
int sec = Thinker.Tics2Seconds(totals? totaltime : time);
|
||||
return String.Format("%02d:%02d:%02d", sec / 3600, (sec % 3600) / 60, sec % 60);
|
||||
|
|
Loading…
Reference in a new issue