mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
final fix
This commit is contained in:
parent
69fd7f1767
commit
52b58c3d5b
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue