Partial fix for bug #1036707 (made by cyx): Get rid of _verbCharset, so that we use the correct font for verbs in COMI, with the correct spacing

svn-id: r25249
This commit is contained in:
Max Horn 2007-01-28 18:47:10 +00:00
parent 06c3d2cb2a
commit e287f181ed
4 changed files with 3 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 68
#define CURRENT_VER 69
/**
* An auxillary macro, used to specify savegame versions. We use this instead