Have comment explain what dvar flag is being modified
This commit is contained in:
parent
1b1a53cef6
commit
7664a773e7
@ -299,7 +299,7 @@ namespace Components
|
||||
// Uncheat ui_debugMode
|
||||
Utils::Hook::Xor<BYTE>(0x6312DE, Game::dvar_flag::DVAR_FLAG_CHEAT);
|
||||
|
||||
// Remove unknown flag (prevent unknown behaviour)
|
||||
// Remove unknown flag from player_lastStandCrawlSpeedScale (prevent unknown behaviour)
|
||||
Utils::Hook::Xor<BYTE>(0x448B42, Game::dvar_flag::DVAR_FLAG_UNKNOWN80);
|
||||
|
||||
// Hook dvar 'name' registration
|
||||
|
Loading…
x
Reference in New Issue
Block a user