mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-08 23:10:44 +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];
|
i = m[j];
|
||||||
ty = d[pty+j];
|
ty = d[pty+j];
|
||||||
if (i && ty==PT_PBCN)
|
if (i && (ty==PT_PBCN || (ty==PT_TRON && ver>=77)))
|
||||||
{
|
{
|
||||||
if (p >= dataLength)
|
if (p >= dataLength)
|
||||||
goto corrupt;
|
goto corrupt;
|
||||||
|
Reference in New Issue
Block a user