aboutsummaryrefslogtreecommitdiff
path: root/sky/compact.h
diff options
context:
space:
mode:
authorRobert Göffringmann2005-02-20 18:33:36 +0000
committerRobert Göffringmann2005-02-20 18:33:36 +0000
commitc81fa31a5cce9e6f153ed378b2efebce6390cd2a (patch)
treefbc84e3f3d8977873bbde7b320173b89437152ca /sky/compact.h
parent807b33ec29797006dd13e4627102166344cc8901 (diff)
downloadscummvm-rg350-c81fa31a5cce9e6f153ed378b2efebce6390cd2a.tar.gz
scummvm-rg350-c81fa31a5cce9e6f153ed378b2efebce6390cd2a.tar.bz2
scummvm-rg350-c81fa31a5cce9e6f153ed378b2efebce6390cd2a.zip
fix missing speech animations. I introduced that bug when I moved the compacts out of the scummvm executable.
svn-id: r16828
Diffstat (limited to 'sky/compact.h')
-rw-r--r--sky/compact.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sky/compact.h b/sky/compact.h
index 95d3d0dde2..972c7b60d1 100644
--- a/sky/compact.h
+++ b/sky/compact.h
@@ -33,7 +33,8 @@ enum CptIds {
CPT_FOSTER = 3,
CPT_MENU_BAR = 0x2E,
CPT_REICH_DOOR_20 = 0x30AB,
- CPT_MOVE_LIST = 0xBD //0x8000
+ CPT_MOVE_LIST = 0xBD,
+ CPT_TALK_TABLE_LIST = 0xBC
};
enum CptTypeIds {
@@ -47,8 +48,6 @@ enum CptTypeIds {
MAINLIST
};
-#define TALKTABLE_LIST_ID 0x7000
-
namespace Sky {
class SkyCompact {