aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorTravis Howell2005-05-01 12:25:30 +0000
committerTravis Howell2005-05-01 12:25:30 +0000
commitae14f7049e11684381503945690121a60d90e5dc (patch)
tree137ed12867800aafbe0d600845c98259267651eb /scumm/scumm.h
parente3b906b56967584a6dbb07c138f4dc52d1529b32 (diff)
downloadscummvm-rg350-ae14f7049e11684381503945690121a60d90e5dc.tar.gz
scummvm-rg350-ae14f7049e11684381503945690121a60d90e5dc.tar.bz2
scummvm-rg350-ae14f7049e11684381503945690121a60d90e5dc.zip
HE80+ games store current charset numberin VAR80.
Fixes crash in bb2demo. svn-id: r17885
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h1
1 files changed, 1 insertions, 0 deletions
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;