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