mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-03-17 08:21:28 +00:00
Typo fix
This commit is contained in:
parent
68df140c62
commit
8c41c387d7
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