mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-01 20:12:50 +02:00
Don't reset tick counter when loading saves, fixes issue with LIGH tool
This commit is contained in:
@@ -1884,7 +1884,6 @@ void Simulation::clear_sim(void)
|
|||||||
int i, x, y;
|
int i, x, y;
|
||||||
emp_decor = 0;
|
emp_decor = 0;
|
||||||
signs.clear();
|
signs.clear();
|
||||||
currentTick = 0;
|
|
||||||
memset(bmap, 0, sizeof(bmap));
|
memset(bmap, 0, sizeof(bmap));
|
||||||
memset(emap, 0, sizeof(emap));
|
memset(emap, 0, sizeof(emap));
|
||||||
memset(parts, 0, sizeof(Particle)*NPART);
|
memset(parts, 0, sizeof(Particle)*NPART);
|
||||||
|
Reference in New Issue
Block a user