Browse Source

Merge branch 'poke646' into poke646_vendetta

poke646_vendetta
Night Owl 6 years ago
parent
commit
36181c7d46
  1. 2
      cl_dll/flashlight.cpp

2
cl_dll/flashlight.cpp

@ -93,6 +93,6 @@ int CHudFlashlight::MsgFunc_Flashlight( const char *pszName, int iSize, void *p @@ -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;
}

Loading…
Cancel
Save