final fix

This commit is contained in:
Ryozuki 2019-04-06 18:38:25 +02:00
parent 69fd7f1767
commit 52b58c3d5b
No known key found for this signature in database
GPG key ID: 848FCC08E5B89681

View file

@ -193,6 +193,9 @@ int CSaveTee::LoadString(char* String)
if(Num == 96) // Don't forget to update this when you save / load more / less.
{
m_NotEligibleForFinish = false;
m_HasTeleGrenade = 0;
m_HasTeleLaser = 0;
m_HasTeleGun = 0;
return 0;
}
else if(Num == 97)