Merge remote-tracking branch 'upstream/main' into d_lyt_meter_stuff

This commit is contained in:
robojumper
2025-04-25 18:40:43 +02:00
12 changed files with 181 additions and 60 deletions
+1 -1
View File
@@ -316,7 +316,7 @@ void dTextBox_c::setMessageWithGlobalTextProcessorV(const char *labelId, void *u
}
void dTextBox_c::setMessageWithGlobalTextProcessorAndMsbtInfo(
const MsbtInfo *info, const char *labelId, wchar_t *destBuf, u32 maxLen
MsbtInfo *info, const char *labelId, wchar_t *destBuf, u32 maxLen
) {
const wchar_t *src = LMS_GetTextByLabel(info, labelId);
SetFontSize(mMyTextScale);