mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-09 09:56:35 +02:00
Limit saves with ETRD with .tmp or .tmp2 set to 98.0
This commit is contained in:
@@ -2340,6 +2340,10 @@ std::pair<bool, std::vector<char>> GameSave::serialiseOPS() const
|
|||||||
{
|
{
|
||||||
RESTRICTVERSION(98, 0);
|
RESTRICTVERSION(98, 0);
|
||||||
}
|
}
|
||||||
|
if (particles[i].type == PT_ETRD && (particles[i].tmp || particles[i].tmp2))
|
||||||
|
{
|
||||||
|
RESTRICTVERSION(98, 0);
|
||||||
|
}
|
||||||
|
|
||||||
//Get the pmap entry for the next particle in the same position
|
//Get the pmap entry for the next particle in the same position
|
||||||
i = partsPosLink[i];
|
i = partsPosLink[i];
|
||||||
|
Reference in New Issue
Block a user