SCI: Fix some comments

This commit is contained in:
sluicebox 2022-11-12 19:33:37 -08:00
parent e3c179e975
commit aaebd2aa85
2 changed files with 3 additions and 4 deletions

View file

@ -1327,7 +1327,7 @@ static const SciMessageWorkaroundEntry messageWorkarounds[] = {
{ GID_LAURABOW2, SCI_MEDIA_FLOPPY, K_LANG_NONE, -1, 550, 5, 39, 6, 1, { MSG_WORKAROUND_REMAP, 550, 45, 39, 6, 1, 0, 0, 0, nullptr } },
// Looking at coal in room 720, message is prepended with carriage return and newline
{ GID_LAURABOW2, SCI_MEDIA_CD, K_LANG_ENGLISH, -1, 720, 12, 1, 0, 1, { MSG_WORKAROUND_EXTRACT, 720, 12, 1, 0, 1, 99, 2, 255, nullptr } },
// Asking Olympia about Pippin Carter during Act 2 in German version - bug #5170
// Asking Olympia about Pippin Carter during Act 2 in German version - bug #5710
// This message contains over seventy trailing newlines, causing the graphics code to
// draw a window larger than the screen and crash. We trim the trailing newlines.
{ GID_LAURABOW2, SCI_MEDIA_FLOPPY, K_LANG_GERMAN, -1, 1892, 1, 6, 3, 1, { MSG_WORKAROUND_EXTRACT, 1892, 1, 6, 3, 1, 25, 0, 249, nullptr } },