1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2025-12-10 06:52:05 +01:00

Change: Remove the limit of 20 parameters to a Script Text string. (#14193)

This commit is contained in:
Peter Nelson
2025-05-03 18:33:29 +01:00
committed by GitHub
parent 518a34c286
commit bd1a3fe0b7
5 changed files with 59 additions and 25 deletions

View File

@@ -9,6 +9,9 @@
GSBridge.GetBridgeID <- GSBridge.GetBridgeType;
/* Emulate old GSText parameter padding behaviour */
GSText.SCRIPT_TEXT_MAX_PARAMETERS <- 20;
class GSCompat14 {
function Text(text)
{