From 032405d6f7ef0cd5b546e26d0bfe64bcb4863534 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 11 Jul 2004 11:59:18 +0000 Subject: Bump save game version for HE 7.0 changes Remove mention of talkspeed default, since it no longer applies. svn-id: r14191 --- scumm/saveload.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/saveload.h') diff --git a/scumm/saveload.h b/scumm/saveload.h index 4b0b6146c8..389a215a9e 100644 --- a/scumm/saveload.h +++ b/scumm/saveload.h @@ -32,7 +32,7 @@ namespace Scumm { // Can be useful for other ports too :) #define VER(x) x -#define CURRENT_VER 31 +#define CURRENT_VER 32 // To work around a warning in GCC 3.2 (and 3.1 ?) regarding non-POD types, // we use a small trick: instead of 0 we use 42. Why? Well, it seems newer GCC -- cgit v1.2.3