Another attempt at a fix for bug #1032964 (INDY3-VGA: actors walking in wrong places), by making sure all actor walkdata is saved

svn-id: r15455
This commit is contained in:
Max Horn 2004-10-07 21:23:29 +00:00
parent 186201c68f
commit f488f4c15f
3 changed files with 36 additions and 21 deletions

View file

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