aboutsummaryrefslogtreecommitdiff
path: root/queen/resource.h
diff options
context:
space:
mode:
authorJoost Peters2004-02-11 21:07:39 +0000
committerJoost Peters2004-02-11 21:07:39 +0000
commitf4b3100b35fa31067766e15ce41a21d624fa00aa (patch)
tree4a71db1b10024432710060933c0e1a2ae75ca81d /queen/resource.h
parentd21b5455c6e09ff4f56e873990ebd789a232586e (diff)
downloadscummvm-rg350-f4b3100b35fa31067766e15ce41a21d624fa00aa.tar.gz
scummvm-rg350-f4b3100b35fa31067766e15ce41a21d624fa00aa.tar.bz2
scummvm-rg350-f4b3100b35fa31067766e15ce41a21d624fa00aa.zip
add support for the hebrew talkie version and warn the user if s/he's using an old version of the tbl file
svn-id: r12826
Diffstat (limited to 'queen/resource.h')
-rw-r--r--queen/resource.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/queen/resource.h b/queen/resource.h
index 1e97444463..c52b7ab45c 100644
--- a/queen/resource.h
+++ b/queen/resource.h
@@ -40,14 +40,16 @@ enum Version {
// VER_SPA_FLOPPY
VER_SPA_TALKIE = 8,
// VER_HEB_FLOPPY
- // VER_HEB_TALKIE
- VER_DEMO_PCGAMES = 9,
- VER_DEMO = 10,
- VER_INTERVIEW = 11,
+ VER_HEB_TALKIE = 9,
+ VER_DEMO_PCGAMES = 10,
+ VER_DEMO = 11,
+ VER_INTERVIEW = 12,
- VER_COUNT = 12
+ VER_COUNT = 13
};
+enum { CURRENT_TBL_VERSION = 1 };
+
struct ResourceEntry {
char filename[13];
uint8 bundle;
@@ -96,8 +98,8 @@ public:
enum {
JAS_VERSION_OFFSET_DEMO = 0x119A8,
- JAS_VERSION_OFFSET_INTV = 0xCF8,
- JAS_VERSION_OFFSET = 0x12484
+ JAS_VERSION_OFFSET_INTV = 0xCF8,
+ JAS_VERSION_OFFSET = 0x12484
};
protected: