Add bot controller to line special check

This commit is contained in:
NepDisk 2025-03-30 11:40:01 -04:00
parent fcbb77f70d
commit 6bb171e4fc

View file

@ -1445,6 +1445,7 @@ boolean P_CanActivateSpecial(INT16 special)
{
case 2001: // Finish line
case 2003: // Respawn line
case 2004: // Bot controller
{
return true;
}