aboutsummaryrefslogtreecommitdiff
path: root/saga/game.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2004-12-08 03:15:36 +0000
committerEugene Sandulenko2004-12-08 03:15:36 +0000
commitece69c12e8ccd6428c0bb2bb028aa357cf7f3884 (patch)
tree5de1d3d2ae6a6710aa94fde08d7d3dc3170c5bc9 /saga/game.cpp
parent9eed72f0fcee00c403534de6d8656df7c9ad84c2 (diff)
downloadscummvm-rg350-ece69c12e8ccd6428c0bb2bb028aa357cf7f3884.tar.gz
scummvm-rg350-ece69c12e8ccd6428c0bb2bb028aa357cf7f3884.tar.bz2
scummvm-rg350-ece69c12e8ccd6428c0bb2bb028aa357cf7f3884.zip
Use some disassembly-based values.
svn-id: r16000
Diffstat (limited to 'saga/game.cpp')
-rw-r--r--saga/game.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/game.cpp b/saga/game.cpp
index f19b80ee05..1466daa4d9 100644
--- a/saga/game.cpp
+++ b/saga/game.cpp
@@ -263,7 +263,7 @@ GAMEDESC GameDescs[] = {
GAME_IHNM_DEMO,
"I Have No Mouth and I Must Scream (DOS Demo)",
640, 480,
- 304,
+ 7,
0,
&IHNM_Resources,
ARRAYSIZE(IHNMDEMO_GameFiles),
@@ -281,7 +281,7 @@ GAMEDESC GameDescs[] = {
GAME_IHNM_CD,
"I Have No Mouth and I Must Scream (DOS)",
640, 480,
- 304,
+ 7,
152,
&IHNM_Resources,
ARRAYSIZE(IHNMCD_GameFiles),