Egg TV: rename "Special" mode to "Sealed Star"

This commit is contained in:
James R 2024-02-12 18:11:07 -08:00
parent b275a14ec2
commit 822d67e422

View file

@ -218,6 +218,11 @@ public:
return "<Unknown gametype>";
}
if (gt == GT_SPECIAL)
{
return "Sealed Star";
}
if ((rules() & GTR_PRISONS) && gp)
{
return "Prison Break";