mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Update trophy text timer in fixed-timestep gamelogic()
Otherwise it, too, goes by too quickly.
This commit is contained in:
@@ -1495,4 +1495,9 @@ void gamelogic()
|
|||||||
{
|
{
|
||||||
game.act_fade--;
|
game.act_fade--;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (obj.trophytext > 0)
|
||||||
|
{
|
||||||
|
obj.trophytext--;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1650,7 +1650,6 @@ void gamerender()
|
|||||||
if (obj.trophytext > 0)
|
if (obj.trophytext > 0)
|
||||||
{
|
{
|
||||||
graphics.drawtrophytext();
|
graphics.drawtrophytext();
|
||||||
obj.trophytext--;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user