From 452c5e59c5e7c61bbf4135ac7430798fd3a97031 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 4 Feb 2015 22:22:50 +0100 Subject: ACCESS: Tex2 - Start implementing takePicture() --- engines/access/martian/martian_resources.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'engines/access/martian/martian_resources.cpp') diff --git a/engines/access/martian/martian_resources.cpp b/engines/access/martian/martian_resources.cpp index 9196395756..7ffb256e44 100644 --- a/engines/access/martian/martian_resources.cpp +++ b/engines/access/martian/martian_resources.cpp @@ -819,5 +819,16 @@ const byte _byte1EEB5[] = { 1 }; +const int PICTURERANGE[][2] = { +// { min X, max X}, {min Y, max Y} + { 20, 30 }, { 82, 87 }, + { 20, 30 }, { 105, 110 }, + { 0, 8 }, { 92, 100 }, + { 42, 46 }, { 92, 100 }, + { 9, 41 }, { 88, 104 }, + { 9, 41 }, { 117, 133 }, + { -1, -1 } +}; + } // End of namespace Martian } // End of namespace Access -- cgit v1.2.3