Add support for script cycles used by HE90+ games.

svn-id: r16958
This commit is contained in:
Travis Howell 2005-02-28 13:23:10 +00:00
parent 9424c5aef2
commit 36705d4344
8 changed files with 39 additions and 15 deletions

View file

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