Opened 6 years ago
Closed 6 years ago
#10926 closed defect (fixed)
SCI: SQ3 German Amiga's menus not parsed correctly
Reported by: | sluicebox | Owned by: | sluicebox |
---|---|---|---|
Priority: | normal | Component: | Engine: SCI |
Version: | Keywords: | has-pull-request | |
Cc: | Game: | Space Quest 3 |
Description
kAddMenu errors when parsing the SQ3 German Amiga menu strings because they use #G as a language separator and GfxMenu::kernelAddEntry currently expects # to always be a function prefix. This prevents the game from loading.
Example menu string:
About game#GSpiel-Info`^a :Help#GHilfe`#1 :VaporCalc#GVerdampferKalk`^c :Language#GSprache`^l_
Testing this currently requires disabling sound in ScummVM because the unrelated bug #10925 crashes when loading this game with sound.
Change History (3)
comment:1 by , 6 years ago
comment:3 by , 6 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
https://github.com/scummvm/scummvm/pull/1560