[Scummvm-tracker] [ScummVM :: Bugs] #16568: TEENAGENT: Support for Polish CD version is broken
ScummVM :: Bugs
trac at scummvm.org
Sat Feb 21 22:04:04 UTC 2026
#16568: TEENAGENT: Support for Polish CD version is broken
---------------------------------+--------------------------------
Reporter: agustincordes | Owner: (none)
Type: defect | Status: new
Priority: high | Component: Engine: TeenAgent
Version: | Resolution:
Keywords: regression, language | Game: TeenAgent
---------------------------------+--------------------------------
Comment (by criezy):
In [changeset:"32e89153b3750b6e599361452240d93846f34b88" 32e89153]:
{{{#!CommitTicketReference repository=""
revision="32e89153b3750b6e599361452240d93846f34b88"
TEENAGENT: Use custom language IDs for teenagent.dat
We were using the Common::Language value to identify language blocks
in the teenagent.dat file. But that meant that modifying the enum
would cause the dat file to become obsolete and the engine to fail
to find some language block. This recently happened with commit
13b659b that added Canadian French to Common::Language.
This commit introduces custom language IDs that match the
Common::Language values at the time teenagent.dat was last
generated, This means we do not need to generate it again with
those changes.
This fixes bug #16568.
}}}
--
Ticket URL: <https://bugs.scummvm.org/ticket/16568#comment:2>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list