mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-03 04:52:35 +02:00
TPT: Save tmp2 for tron c8a1524d6b
This commit is contained in:
@@ -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