Super team can't be saved/loaded

Thanks to Lady Saavik for report
This commit is contained in:
def 2020-06-28 13:25:39 +02:00 committed by Dennis Felsing
parent 66efbfd9e4
commit 6455689e32

View file

@ -123,6 +123,9 @@ public:
bool GetSaving(int TeamID)
{
if(TeamID <= TEAM_FLOCK || TeamID >= TEAM_SUPER)
return false;
return m_pSaveTeamResult[TeamID] != nullptr;
}