aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/staticres.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2013-12-11 00:11:02 -0500
committerPaul Gilbert2013-12-11 00:11:02 -0500
commitd08953ccd94b00c1e74cfb36fb230649c4e58bae (patch)
treed1b5b6d6b18219a27225fc5ccc1dbb45f524b6e5 /engines/voyeur/staticres.cpp
parent10be9a527be4f6a0ac74cb8f916e93da712730c6 (diff)
downloadscummvm-rg350-d08953ccd94b00c1e74cfb36fb230649c4e58bae.tar.gz
scummvm-rg350-d08953ccd94b00c1e74cfb36fb230649c4e58bae.tar.bz2
scummvm-rg350-d08953ccd94b00c1e74cfb36fb230649c4e58bae.zip
VOYEUR: Implemented more of parsePlayCommands
Diffstat (limited to 'engines/voyeur/staticres.cpp')
-rw-r--r--engines/voyeur/staticres.cpp25
1 files changed, 25 insertions, 0 deletions
diff --git a/engines/voyeur/staticres.cpp b/engines/voyeur/staticres.cpp
index f64cbdcc45..f5dd561758 100644
--- a/engines/voyeur/staticres.cpp
+++ b/engines/voyeur/staticres.cpp
@@ -43,10 +43,35 @@ const int RESOLVE_TABLE[] = {
0x7500
};
+const int LEVEL_H[] = {
+ 4, 7, 7, 8, 9, 10, 2, 2, 4, 8, 8, 9, 9, 10, 10, 11, 11
+};
+
+const int LEVEL_M[] = {
+ 0, 0, 30, 0, 30, 0, 0, 0, 30, 0, 30, 0, 45, 0, 30, 0, 30
+};
+
const int BLIND_TABLE[] = {
0, 1, 2, 3, 4, 5, 6, 7, 8, 0, 9, 10, 11, 1, 11, 5, 12,
13, 16, 15, 16, 17, 18, 5, 6, 18, 17, 13, 13, 14, 14,
5, 12, 6, 6, 13, 14, 13
};
+const int COMP_BUT_TABLE[] = {
+ 269, 128, 307, 163,
+ 269, 128, 307, 163,
+ 68, 79, 98, 102,
+ 68, 79, 98, 102,
+ 68, 79, 98, 102,
+ 68, 79, 98, 102,
+ 248, 138, 291, 163,
+ 83, 132, 143, 156,
+ 248, 138, 291, 163,
+ 83, 132, 143, 156,
+ 83, 132, 143, 156,
+ 248, 138, 291, 163,
+ 68, 79, 98, 102,
+ 68, 79, 98, 102
+};
+
} // End of namespace Voyeur