#8490 closed patch
Korean Fix
Reported by: | SF/wonst719 | Owned by: | Kirben |
---|---|---|---|
Priority: | normal | Component: | Engine: SCUMM |
Version: | Keywords: | ||
Cc: | Game: |
Description
This patch fixes problem that Korean text is not properly displayed. It should also affect Kanji versions and fix some bugs about "Kanji crashes".
Changes: * in CHARSET_1(), CJK handling code is NOT executed with v7. Since CJK is handled in drawBlastTexts(), It should not be handled twice. * SJIStoFMTChunk(): changed error() to debug(4, ...). This check should not be in error(), since converting kanji charset is NOT perfect and produces invalid offset occasionally. And this invalid offset is not have an effect with the game.
Ticket imported from: #1367403. Ticket imported from: patches/595.
Attachments (1)
Change History (4)
by , 19 years ago
Attachment: | cjkfix.diff added |
---|
comment:1 by , 19 years ago
Owner: | set to |
---|---|
Status: | new → closed |
comment:3 by , 6 years ago
Component: | → Engine: SCUMM |
---|
Note:
See TracTickets
for help on using tickets.
the patch