Changes between Initial Version and Version 1 of Ticket #12901, comment 3
- Timestamp:
- 09/06/21 08:27:30 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12901, comment 3
initial v1 10 10 11 11 But I don't know if that means they're handled by different scripts or not. 12 13 Edit: 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 22 static const uint16 pq4CdSpeechAndSubtitlesSignature[] = { 23 }}} 24