aboutsummaryrefslogtreecommitdiff
path: root/saga/game.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-10-10 13:05:09 +0000
committerTravis Howell2005-10-10 13:05:09 +0000
commitbbb1bee56851f1d59102c0bdb654c40ff2a3e904 (patch)
treeb54ad507048739fc0e0c921e8303978aea73af7e /saga/game.cpp
parent4158aa207034aaffedf2af959552c8d807f45b22 (diff)
downloadscummvm-rg350-bbb1bee56851f1d59102c0bdb654c40ff2a3e904.tar.gz
scummvm-rg350-bbb1bee56851f1d59102c0bdb654c40ff2a3e904.tar.bz2
scummvm-rg350-bbb1bee56851f1d59102c0bdb654c40ff2a3e904.zip
Add defines for DOS demo resource numbers.
svn-id: r19001
Diffstat (limited to 'saga/game.cpp')
-rw-r--r--saga/game.cpp20
1 files changed, 9 insertions, 11 deletions
diff --git a/saga/game.cpp b/saga/game.cpp
index 165907b336..813327729f 100644
--- a/saga/game.cpp
+++ b/saga/game.cpp
@@ -200,17 +200,15 @@ static GameResourceDescription ITE_Resources = {
};
static GameResourceDescription ITEDemo_Resources = {
- 318, // Scene lookup table RN
- 146, // Script lookup table RN
- 2,
- 3,
- 3, // FIXME: should be 4 but it is an empty resource.
- // Proper fix would be not load options panel when demo is running
- 5,
- 6,
- 80,
- 8,
- 9
+ RID_ITEDEMO_SCENE_LUT, // Scene lookup table RN
+ RID_ITEDEMO_SCRIPT_LUT, // Script lookup table RN
+ RID_ITEDEMO_CONVERSE_PANEL,
+ RID_ITEDEMO_OPTION_PANEL,
+ RID_ITEDEMO_MAIN_SPRITES,
+ RID_ITEDEMO_MAIN_PANEL_SPRITES,
+ RID_ITEDEMO_DEFAULT_PORTRAITS,
+ RID_ITEDEMO_MAIN_STRINGS,
+ RID_ITEDEMO_ACTOR_NAMES
};
// Inherit the Earth - DOS Demo version