From 0eccf8dbf616d7c238f021537a2e9664c1413189 Mon Sep 17 00:00:00 2001 From: Bobby Battista Date: Sun, 30 Aug 2026 19:13:17 -0400 Subject: [PATCH] bugfix: Correct in-game message delay duration --- Generals/Data/INI/InGameUI.ini | 2 +- GeneralsZH/Data/INI/InGameUI.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Generals/Data/INI/InGameUI.ini b/Generals/Data/INI/InGameUI.ini index 7e570cfc..3217d17f 100644 --- a/Generals/Data/INI/InGameUI.ini +++ b/Generals/Data/INI/InGameUI.ini @@ -6,7 +6,7 @@ InGameUI MessageFont = Arial MessagePointSize = 10 MessageBold = YES - MessageDelayMS = 75000 + MessageDelayMS = 7500 MilitaryCaptionColor = R:255 G:255 B:255 A:255 MilitaryCaptionPosition = X:10 Y:340 diff --git a/GeneralsZH/Data/INI/InGameUI.ini b/GeneralsZH/Data/INI/InGameUI.ini index 1ecd0c99..671213c9 100644 --- a/GeneralsZH/Data/INI/InGameUI.ini +++ b/GeneralsZH/Data/INI/InGameUI.ini @@ -6,7 +6,7 @@ InGameUI MessageFont = Arial MessagePointSize = 10 MessageBold = YES - MessageDelayMS = 75000 + MessageDelayMS = 7500 MilitaryCaptionColor = R:255 G:255 B:255 A:255 MilitaryCaptionPosition = X:10 Y:340