mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-26 22:01:50 +00:00
fix cl_gameclock formatting
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3886 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
3ddbd0e9b1
commit
952f0557aa
1 changed files with 0 additions and 1 deletions
|
@ -1341,7 +1341,6 @@ void SCR_DrawGameClock(void)
|
||||||
showtime *= -1;
|
showtime *= -1;
|
||||||
minutes = showtime/60;
|
minutes = showtime/60;
|
||||||
seconds = (int)showtime - (minutes*60);
|
seconds = (int)showtime - (minutes*60);
|
||||||
minutes *= -1;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue