1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-23 01:59:43 +01:00
This commit is contained in:
AllyTally 2022-11-25 16:39:35 -04:00 committed by Misa Elizabeth Kai
parent 86d90a1296
commit ef6a2886e9

View file

@ -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