Add HE version 80 to avoid additional game ids

svn-id: r14843
This commit is contained in:
Travis Howell
2004-08-31 07:32:53 +00:00
parent 292846c2f5
commit 93584bcdc3
5 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ void ScummEngine::CHARSET_1() {
int frme;
Actor *a;
byte *buffer;
int code = (_gameId == GID_PAJAMA) ? 127 : 64;
int code = (_heversion >= 80) ? 127 : 64;
char value[32];
if (!_haveMsg)