Add patch #999887 - Possible fix for bug #998276

Also saves _currentMusic

svn-id: r14525
This commit is contained in:
Travis Howell 2004-08-09 01:07:48 +00:00
parent dc476abe60
commit d63d23ed07
4 changed files with 20 additions and 3 deletions

View file

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