TPT: Save tmp2 for tron c8a1524d6b

This commit is contained in:
Simon Robertshaw 2012-06-12 16:11:34 +01:00
parent ca42a081ec
commit 74d7fb59c3

View File

@ -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;