Codefix: wrong parameter names and partially missing parameters

This commit is contained in:
Rubidium
2026-02-02 18:18:51 +01:00
committed by rubidium42
parent c6c06e13eb
commit bcaf3eaec2
66 changed files with 117 additions and 47 deletions
+1
View File
@@ -570,6 +570,7 @@ TextEffectID ShowFillingPercent(int x, int y, int z, uint8_t percent, StringID s
/**
* Update vehicle loading indicators.
* @param te_id TextEffectID to be updated.
* @param percent Percentage of (un)loading.
* @param string String which is printed.
*/
void UpdateFillingPercent(TextEffectID te_id, uint8_t percent, StringID string)