From ae14f7049e11684381503945690121a60d90e5dc Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 1 May 2005 12:25:30 +0000 Subject: HE80+ games store current charset numberin VAR80. Fixes crash in bb2demo. svn-id: r17885 --- scumm/scumm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scumm/scumm.h') diff --git a/scumm/scumm.h b/scumm/scumm.h index 5afc978229..f626d6ee1c 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -1293,6 +1293,7 @@ public: byte VAR_CLICK_AREA; // HE specific variables + byte VAR_CURRENT_CHARSET; byte VAR_SKIP_RESET_TALK_ACTOR; byte VAR_MUSIC_CHANNEL; byte VAR_SOUND_CHANNEL; -- cgit v1.2.3