Actor sounds need to be saved as uint16 for HE games, fixes bug #1367798.

svn-id: r19720
This commit is contained in:
Travis Howell 2005-11-27 23:48:14 +00:00
parent 366aee5400
commit 82589655d0
2 changed files with 4 additions and 3 deletions

View file

@ -45,7 +45,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 61
#define CURRENT_VER 62
/**
* An auxillary macro, used to specify savegame versions. We use this instead