Merge commit 'refs/pull/410/head' of https://github.com/coelckers/gzdoom

This commit is contained in:
Rachael Alexanderson 2018-01-27 14:27:29 -05:00
commit 73a3f36112

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