mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-01 12:02:40 +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;
|
||||
emp_decor = 0;
|
||||
signs.clear();
|
||||
currentTick = 0;
|
||||
memset(bmap, 0, sizeof(bmap));
|
||||
memset(emap, 0, sizeof(emap));
|
||||
memset(parts, 0, sizeof(Particle)*NPART);
|
||||
|
Reference in New Issue
Block a user