From dd11fae45125a7a9d48b8764ecdf8818b2ad67d3 Mon Sep 17 00:00:00 2001 From: Lukasz Dobrogowski Date: Fri, 27 May 2011 22:04:15 +0000 Subject: [PATCH] clarified MIN_SAVEGAME_VERSION comment a bit, fixes #18167 --- src/wesconfig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wesconfig.h b/src/wesconfig.h index 76f3fd5b359..ac0bd938e57 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -33,6 +33,7 @@ * this variable defines the minimum required version. * It is only to be updated upon changes that break *all* saves/replays * (break as in crash Wesnoth, not compatibility issues like stat changes) + * An example of such a change is changing the savegame format. */ #define MIN_SAVEGAME_VERSION "1.3.10"