Log splits for replays

This commit is contained in:
Kyle Coburn 2015-04-11 10:48:12 -07:00
parent b4d1c9dc32
commit 335a4740a2
2 changed files with 2 additions and 1 deletions

View File

@ -408,7 +408,7 @@ Strategies.functions = {
split = function(data)
Bridge.split(data and data.finished)
if not INTERNAL then
if Strategies.replay then
splitNumber = splitNumber + 1
local timeDiff

View File

@ -51,6 +51,7 @@ local function resetAll()
if CUSTOM_SEED then
Strategies.seed = CUSTOM_SEED
Strategies.replay = true
p("RUNNING WITH A FIXED SEED ("..Strategies.seed.."), every run will play out identically!", true)
else
Strategies.seed = os.time()