From 7c2e66df0e546083d92223514befa9c475ecba30 Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Fri, 15 Apr 2005 08:34:18 +0000 Subject: Got rid of scaleX and scaleY, previous code was relying on overflow and to get it right, we would have to introduce floating point numbers. Easier, yet less efficient, is just to get rid of those 2 temporary variables and do the multiplications and divisions when needed. svn-id: r17605 --- 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 2d9fbced8f..a84ecd30a7 100644 --- a/scumm/saveload.h +++ b/scumm/saveload.h @@ -33,7 +33,7 @@ namespace Scumm { // Can be useful for other ports too :) #define VER(x) x -#define CURRENT_VER 48 +#define CURRENT_VER 49 // 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