Fix typo, related to a5dac3c267 (#166)

This commit is contained in:
In-line 2017-06-27 22:30:34 +04:00 committed by Dmitry Novikov
parent bca47a9ba2
commit 80a9c17c73

View File

@ -3742,7 +3742,7 @@ LINK_HOOK_CLASS_VOID_CHAIN2(CBasePlayer, StartDeathCam)
// player off into observer mode
void EXT_FUNC CBasePlayer::__API_HOOK(StartDeathCam)()
{
#ifdef REGAMEDLL_FXIES
#ifdef REGAMEDLL_FIXES
m_canSwitchObserverModes = true;
#endif