Increase size of _charsetData to 16 * 23 for HE games, fixes subtitle color glitches in Buzzy games

svn-id: r21460
This commit is contained in:
Travis Howell 2006-03-26 09:06:44 +00:00
parent d8004bff51
commit c1bd25617b
3 changed files with 5 additions and 4 deletions

View file

@ -47,7 +47,7 @@ namespace Scumm {
* only saves/loads those which are valid for the version of the savegame
* which is being loaded/saved currently.
*/
#define CURRENT_VER 66
#define CURRENT_VER 67
/**
* An auxillary macro, used to specify savegame versions. We use this instead