mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Prevent menu input if fading out
Otherwise you could keep re-pressing ACTION on the "yes" option and keep stalling it until it finally faded out, or quickly go back past menu options or something.
This commit is contained in:
@@ -1936,7 +1936,7 @@ void mapinput()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(graphics.menuoffset==0)
|
if(graphics.menuoffset==0 && game.fadetomenudelay <= 0 && game.fadetolabdelay <= 0)
|
||||||
{
|
{
|
||||||
if (graphics.flipmode)
|
if (graphics.flipmode)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user