From 98faf2b19217e86600bdc979be69df15a52d7cc7 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Mon, 1 Oct 2012 12:32:56 +0100 Subject: Don't reset tick counter when loading saves, fixes issue with LIGH tool diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp index 004a914..682d3e0 100644 --- a/src/simulation/Simulation.cpp +++ b/src/simulation/Simulation.cpp @@ -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); -- cgit v0.9.2-21-gd62e