Merge branch 'poke646' into poke646_vendetta

This commit is contained in:
Night Owl 2018-10-27 05:09:50 +05:00
commit 36181c7d46

View File

@ -93,6 +93,6 @@ int CHudFlashlight::MsgFunc_Flashlight( const char *pszName, int iSize, void *p
int CHudFlashlight::Draw( float flTime )
{
gMobileEngfuncs->pfnTouchHideButtons( "flashlight", 1 );
// gMobileEngfuncs->pfnTouchHideButtons( "flashlight", 1 );
return 1;
}