diff options
Diffstat (limited to 'engines/voyeur/staticres.cpp')
-rw-r--r-- | engines/voyeur/staticres.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |