From d08953ccd94b00c1e74cfb36fb230649c4e58bae Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 11 Dec 2013 00:11:02 -0500 Subject: VOYEUR: Implemented more of parsePlayCommands --- engines/voyeur/staticres.cpp | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'engines/voyeur/staticres.cpp') 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 -- cgit v1.2.3