aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel_scene.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-25 17:02:24 -0400
committerPaul Gilbert2015-07-25 17:02:24 -0400
commit8753fa17d302297ff9cd2cc0156397fb4d3da0ed (patch)
tree2b20b2a49552ef238db66f04b0d6c12a7ac28d01 /engines/sherlock/scalpel/scalpel_scene.cpp
parentd325d5375587c582e1aaf09cffc23cac1bcfdd9c (diff)
downloadscummvm-rg350-8753fa17d302297ff9cd2cc0156397fb4d3da0ed.tar.gz
scummvm-rg350-8753fa17d302297ff9cd2cc0156397fb4d3da0ed.tar.bz2
scummvm-rg350-8753fa17d302297ff9cd2cc0156397fb4d3da0ed.zip
SHERLOCK: RT: Add RT version of default scene facing list
Diffstat (limited to 'engines/sherlock/scalpel/scalpel_scene.cpp')
-rw-r--r--engines/sherlock/scalpel/scalpel_scene.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/sherlock/scalpel/scalpel_scene.cpp b/engines/sherlock/scalpel/scalpel_scene.cpp
index 4e6e9e4c7c..9c36e84969 100644
--- a/engines/sherlock/scalpel/scalpel_scene.cpp
+++ b/engines/sherlock/scalpel/scalpel_scene.cpp
@@ -34,6 +34,12 @@ namespace Sherlock {
namespace Scalpel {
+const int FS_TRANS[8] = {
+ STOP_UP, STOP_UPRIGHT, STOP_RIGHT, STOP_DOWNRIGHT, STOP_DOWN, STOP_DOWNLEFT, STOP_LEFT, STOP_UPLEFT
+};
+
+/*----------------------------------------------------------------*/
+
bool ScalpelScene::loadScene(const Common::String &filename) {
ScalpelMap &map = *(ScalpelMap *)_vm->_map;
bool result = Scene::loadScene(filename);