mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-02 07:23:53 +03:00
Fix #892
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
86d90a1296
commit
ef6a2886e9
@@ -2379,6 +2379,10 @@ void gameinput(void)
|
|||||||
{
|
{
|
||||||
//Do nothing if we're in a Time Trial but a fade animation is playing
|
//Do nothing if we're in a Time Trial but a fade animation is playing
|
||||||
}
|
}
|
||||||
|
else if (map.custommode && !map.custommodeforreal)
|
||||||
|
{
|
||||||
|
// We're playtesting in the editor so don't do anything
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
//Normal map screen, do transition later
|
//Normal map screen, do transition later
|
||||||
|
|||||||
Reference in New Issue
Block a user