[Branding] Add missed branding date

This commit is contained in:
Diavolo 2022-06-22 11:56:09 +02:00
parent 1ba9db613d
commit 9cb32b00f1
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5

View File

@ -108,6 +108,9 @@ namespace Components
Utils::Hook::Set<const char*>(0x60BAEf, SHORTVERSION); Utils::Hook::Set<const char*>(0x60BAEf, SHORTVERSION);
Utils::Hook::Set<const char*>(0x60BAE5, __DATE__); Utils::Hook::Set<const char*>(0x60BAE5, __DATE__);
// G_InitGame
Utils::Hook::Set<const char*>(0x48EBA1, __DATE__);
Utils::Hook(0x4B12B0, Branding::GetBuildNumber, HOOK_JUMP).install()->quick(); Utils::Hook(0x4B12B0, Branding::GetBuildNumber, HOOK_JUMP).install()->quick();
// Version string color // Version string color