Merge branch 'blankart-dev' into freecamspectate

This commit is contained in:
NepDisk 2025-03-30 11:40:24 -04:00
commit 5b7442e040

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;
}