From 9cb32b00f10599f611f17f4ac4ae7f5157837156 Mon Sep 17 00:00:00 2001 From: Diavolo Date: Wed, 22 Jun 2022 11:56:09 +0200 Subject: [PATCH] [Branding] Add missed branding date --- src/Components/Modules/Branding.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Components/Modules/Branding.cpp b/src/Components/Modules/Branding.cpp index 605d0fdf..2893603b 100644 --- a/src/Components/Modules/Branding.cpp +++ b/src/Components/Modules/Branding.cpp @@ -108,6 +108,9 @@ namespace Components Utils::Hook::Set(0x60BAEf, SHORTVERSION); Utils::Hook::Set(0x60BAE5, __DATE__); + // G_InitGame + Utils::Hook::Set(0x48EBA1, __DATE__); + Utils::Hook(0x4B12B0, Branding::GetBuildNumber, HOOK_JUMP).install()->quick(); // Version string color