Add patch from madm00se for:

#869003 MIVGA: Guybrush shrinks & grows near end of game

svn-id: r14355
This commit is contained in:
Travis Howell 2004-07-28 11:56:14 +00:00
parent d1616e1cb5
commit a50b6cf776
4 changed files with 14 additions and 6 deletions

View file

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