From 83180faeffe686c56b70cdcf14c0c7f349d80a09 Mon Sep 17 00:00:00 2001 From: Roland Pihlakas Date: Thu, 22 Aug 2024 07:48:11 +0300 Subject: [PATCH] Adjusting a comment --- mods/classic-theme-enable-with-extended-compatibility.wh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/classic-theme-enable-with-extended-compatibility.wh.cpp b/mods/classic-theme-enable-with-extended-compatibility.wh.cpp index c8c3b4453..4596b3c53 100644 --- a/mods/classic-theme-enable-with-extended-compatibility.wh.cpp +++ b/mods/classic-theme-enable-with-extended-compatibility.wh.cpp @@ -592,7 +592,7 @@ BOOL Wh_ModInit() { void Wh_ModAfterInit(void) { - if (g_retryInitInAThread) { //Are we in the proces of creating the init thread? If g_initThreadStopSignal is NULL then we are not going to create init thread. + if (g_retryInitInAThread) { //Are we in the process of creating the init thread? //Temporarily set the resolution to maximum until we poll in a separate thread. Maximum resolution is needed so that the mod can enable the classic theme at earliest suitable moment.Delay in enabling classic theme would result in some programs starting with no classic theme enabled.