Changes between Initial Version and Version 1 of Ticket #12901, comment 3


Ignore:
Timestamp:
Sep 6, 2021, 8:27:30 AM (3 years ago)
Author:
eriktorbjorn

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12901, comment 3

    initial v1  
    1010
    1111But I don't know if that means they're handled by different scripts or not.
     12
     13Edit: Apparently it's the same script. From script_patches.cpp:
     14
     15{{{
     16// Add support for simultaneous speech & subtitles to the in-game UI.
     17// The original game code has code paths for lo-res mode but only creates the
     18// buttons in hi-res mode, so the lo-res code paths are removed to gain more
     19// space for the patch.
     20// Applies to: English CD
     21// Responsible method: iconText::init, iconText::select
     22static const uint16 pq4CdSpeechAndSubtitlesSignature[] = {
     23}}}
     24