[QuickPatch] Change ui_buildLocation

This commit is contained in:
sr0 2017-02-07 17:21:14 +01:00
parent 3c07d1addf
commit b1cc8c8176

View File

@ -230,7 +230,7 @@ namespace Components
Utils::Hook::Nop(0x6310B8, 5); // Don't write the result Utils::Hook::Nop(0x6310B8, 5); // Don't write the result
Dvar::OnInit([] () Dvar::OnInit([] ()
{ {
*reinterpret_cast<Game::dvar_t**>(0x62E4B64) = Game::Dvar_RegisterVec2("ui_buildLocation", -80.0f, 15.0f, -10000.0, 10000.0, Game::DVAR_FLAG_READONLY, "Where to draw the build number"); *reinterpret_cast<Game::dvar_t**>(0x62E4B64) = Game::Dvar_RegisterVec2("ui_buildLocation", -60.0f, 474.0f, -10000.0, 10000.0, Game::DVAR_FLAG_READONLY, "Where to draw the build number");
}); });
// console title // console title