From aa42e7d2bdd9f368ca9941309a19027afe54a30f Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 28 Dec 2013 20:40:53 +1100 Subject: VOYEUR: Fix data needed for drawDot --- engines/voyeur/staticres.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/voyeur/staticres.cpp b/engines/voyeur/staticres.cpp index 1ce8a74141..d0f590eab3 100644 --- a/engines/voyeur/staticres.cpp +++ b/engines/voyeur/staticres.cpp @@ -117,7 +117,7 @@ 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 + 0xE880, 0xE9C0, 0xEB00, 0xEC40, 0xED80, 0xEEC0, 0xF000, 0xF140, 0xF280 }; int DOT_LINE_OFFSET[9] = { 144, 143, 142, 141, 141, 141, 142, 143, 144 -- cgit v1.2.3