aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/staticres.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2013-12-28 14:01:06 +1100
committerPaul Gilbert2013-12-28 14:01:06 +1100
commit9eccf91aea8dc8f8ebbaa61c04152d0e1f70902e (patch)
tree988be1b5bf2f427118f70f2c622662be3d124078 /engines/voyeur/staticres.cpp
parent3b9cdf48eec9afc3664d04fa1ecbd71c94eb8cf5 (diff)
downloadscummvm-rg350-9eccf91aea8dc8f8ebbaa61c04152d0e1f70902e.tar.gz
scummvm-rg350-9eccf91aea8dc8f8ebbaa61c04152d0e1f70902e.tar.bz2
scummvm-rg350-9eccf91aea8dc8f8ebbaa61c04152d0e1f70902e.zip
VOYEUR: Implemented startCursorBlink and drawDot
Diffstat (limited to 'engines/voyeur/staticres.cpp')
-rw-r--r--engines/voyeur/staticres.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/voyeur/staticres.cpp b/engines/voyeur/staticres.cpp
index 294a1676b4..1ce8a74141 100644
--- a/engines/voyeur/staticres.cpp
+++ b/engines/voyeur/staticres.cpp
@@ -116,4 +116,14 @@ const char *const END_OF_MESSAGE = "*** End of Message ***";
const char *const EVENT_TYPE_STRINGS[4] = { "Video", "Audio" "Evidence", "Computer" };
+int DOT_LINE_START[9] = {
+ 0E880, 0xE9C0, 0xEB00, 0xEC40, 0xED80, 0xEEC0, 0xF000, 0xF140, 0xF280
+};
+int DOT_LINE_OFFSET[9] = {
+ 144, 143, 142, 141, 141, 141, 142, 143, 144
+};
+int DOT_LINE_LENGTH[9] = {
+ 5, 7, 9, 11, 11, 11, 9, 7, 5
+};
+
} // End of namespace Voyeur