From 2fccefa99547f46c7723d77aae732ed281c643e3 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 1 Jul 2008 08:34:33 +0000 Subject: [PATCH] - bumped min. savegame version for changes in sound code. SVN r1060 (trunk) --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 9f50d8f77..56d83e54b 100644 --- a/src/version.h +++ b/src/version.h @@ -75,7 +75,7 @@ // SAVESIG should match SAVEVER. // MINSAVEVER is the minimum level snapshot version that can be loaded. -#define MINSAVEVER 1055 +#define MINSAVEVER 1059 #if SVN_REVISION_NUMBER < MINSAVEVER // Never write a savegame with a version lower than what we need