mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-04 16:09:44 +01:00
Call teleporterrenderfixed in TELEPORTERMODE
This restores it to 2.2 behavior, where the cutscene bars timer also ticked in TELEPORTERMODE. It was a 2.3 regression that the cutscene bars timer didn't tick there. This makes it so if you manage to get stuck in TELEPORTERMODE when a cutscene ends, the cutscene won't be stuck on untilbars() waiting for the cutscene bars to go away, since the cutscene bars timer now ticks.
This commit is contained in:
parent
be2b1564a8
commit
e9ec34e1f5
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ static const inline struct ImplFunc* get_gamestate_funcs(
|
|||
FUNC_LIST_END
|
||||
|
||||
FUNC_LIST_BEGIN(TELEPORTERMODE)
|
||||
{Func_fixed, maprenderfixed},
|
||||
{Func_fixed, teleporterrenderfixed},
|
||||
{Func_delta, teleporterrender},
|
||||
{Func_input, teleportermodeinput},
|
||||
{Func_fixed, maplogic},
|
||||
|
|
Loading…
Reference in a new issue