From 9eccf91aea8dc8f8ebbaa61c04152d0e1f70902e Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 28 Dec 2013 14:01:06 +1100 Subject: VOYEUR: Implemented startCursorBlink and drawDot --- engines/voyeur/staticres.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'engines/voyeur/staticres.cpp') 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 -- cgit v1.2.3