From dbea80e943b6071da6a268799ebca4400a2c522b Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 21 Sep 2016 09:06:04 +0200 Subject: [PATCH] - put savegame extension in version.h --- src/version.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/version.h b/src/version.h index 57dacaa00..f20bdfa5b 100644 --- a/src/version.h +++ b/src/version.h @@ -71,6 +71,9 @@ const char *GetVersionString(); // Note that SAVEVER is not directly comparable to VERSION. // SAVESIG should match SAVEVER. +// extension for savegames +#define SAVEGAME_EXT "zds" + // MINSAVEVER is the minimum level snapshot version that can be loaded. #define MINSAVEVER 4545