mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-28 15:45:41 +03:00
Fix typo, related to a5dac3c267
(#166)
This commit is contained in:
parent
bca47a9ba2
commit
80a9c17c73
@ -3742,7 +3742,7 @@ LINK_HOOK_CLASS_VOID_CHAIN2(CBasePlayer, StartDeathCam)
|
|||||||
// player off into observer mode
|
// player off into observer mode
|
||||||
void EXT_FUNC CBasePlayer::__API_HOOK(StartDeathCam)()
|
void EXT_FUNC CBasePlayer::__API_HOOK(StartDeathCam)()
|
||||||
{
|
{
|
||||||
#ifdef REGAMEDLL_FXIES
|
#ifdef REGAMEDLL_FIXES
|
||||||
m_canSwitchObserverModes = true;
|
m_canSwitchObserverModes = true;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user