From 5e71878d67cddf041c678d9657ee4fb5d4726274 Mon Sep 17 00:00:00 2001 From: "p.kosyh" Date: Thu, 15 Jul 2010 11:26:50 +0000 Subject: [PATCH] do not delete snapshot on restore --- stead/snapshots.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stead/snapshots.lua b/stead/snapshots.lua index 89739cf..2b4214d 100644 --- a/stead/snapshots.lua +++ b/stead/snapshots.lua @@ -37,7 +37,7 @@ stead.restore_snapshot = function (nr) end i = do_ini(game, true); RAW_TEXT = true - delete_snapshot(nr); +-- delete_snapshot(nr); if cctx() then pr(i) end