Fix for bug #734154 (DIG: Savegame/Island names)

svn-id: r11928
This commit is contained in:
Max Horn 2003-12-25 22:05:02 +00:00
parent dc116a34af
commit 3959b96c9a
2 changed files with 8 additions and 1 deletions

View file

@ -32,7 +32,7 @@ namespace Scumm {
// Can be useful for other ports too :)
#define VER(x) x
#define CURRENT_VER 24
#define CURRENT_VER 25
// 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