Added code for decodeParseString.SO_PRINT_WRAP and rewrote the CHARSET_1 function in order to match the original V8 interpreter. This should fix bugs #1036707 and #1662610 (subtitles word wrapping issues).

svn-id: r26516
This commit is contained in:
Gregory Montoir 2007-04-15 20:36:44 +00:00
parent f8067d54e5
commit 642fa67da9
9 changed files with 216 additions and 8 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 70
#define CURRENT_VER 71
/**
* An auxillary macro, used to specify savegame versions. We use this instead