From 98faf2b19217e86600bdc979be69df15a52d7cc7 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Mon, 1 Oct 2012 12:32:56 +0100 Subject: [PATCH] Don't reset tick counter when loading saves, fixes issue with LIGH tool --- src/simulation/Simulation.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp index 004a91491..682d3e0a1 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);