TPT: Save tmp2 for tron c8a1524d6b
This commit is contained in:
parent
ca42a081ec
commit
74d7fb59c3
@ -992,7 +992,7 @@ void GameSave::readPSv(char * data, int dataLength)
|
||||
{
|
||||
i = m[j];
|
||||
ty = d[pty+j];
|
||||
if (i && ty==PT_PBCN)
|
||||
if (i && (ty==PT_PBCN || (ty==PT_TRON && ver>=77)))
|
||||
{
|
||||
if (p >= dataLength)
|
||||
goto corrupt;
|
||||
|
Reference in New Issue
Block a user