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
+2
View File
@@ -370,6 +370,8 @@ void RegisterGameTranslation(Squirrel &engine)
sq_pop(vm, 2);
ScriptText::SetPadParameterCount(vm);
ReconsiderGameScriptLanguage();
}