This commit is contained in:
Marisa Kirisame 2018-01-27 19:36:01 +01:00 committed by GitHub
parent 68df140c62
commit 8c41c387d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);