mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Fix trailing whitespace introduced by lssa
No comment.
This commit is contained in:
parent
6c66f7248d
commit
90660d67a7
1 changed files with 3 additions and 3 deletions
|
@ -653,8 +653,8 @@ static void menurender(void)
|
|||
if (game.showingametimer)
|
||||
{
|
||||
graphics.Print(-1, 65, "In Game Timer is ON", tr, tg, tb, true);
|
||||
}
|
||||
else
|
||||
}
|
||||
else
|
||||
{
|
||||
graphics.Print(-1, 65, "In Game Timer is OFF", tr / 2, tg / 2, tb / 2, true);
|
||||
}
|
||||
|
@ -1686,7 +1686,7 @@ void gamerender(void)
|
|||
}
|
||||
}
|
||||
|
||||
if (graphics.fademode==0 && !game.intimetrial && !game.isingamecompletescreen() && game.swngame != 1 && game.showingametimer)
|
||||
if (graphics.fademode==0 && !game.intimetrial && !game.isingamecompletescreen() && game.swngame != 1 && game.showingametimer)
|
||||
{
|
||||
graphics.bprint(6, 6, "TIME:", 255,255,255);
|
||||
graphics.bprint(46, 6, game.timestring(), 196, 196, 196);
|
||||
|
|
Loading…
Reference in a new issue