Save polygons

Move findObject changes to HE72

svn-id: r15118
This commit is contained in:
Travis Howell 2004-09-14 15:06:02 +00:00
parent 8e1d3aa939
commit 167f5d543f
10 changed files with 78 additions and 50 deletions

View file

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