Browse Source

Do not show useless debug message.

hltopdown
Andrey Akhmichin 5 years ago
parent
commit
a2bcb645ef
  1. 2
      dlls/player.cpp

2
dlls/player.cpp

@ -2558,7 +2558,7 @@ void CBasePlayer::PostThink() @@ -2558,7 +2558,7 @@ void CBasePlayer::PostThink()
pev->body = 1;
}
ALERT( at_console, "%s\n", m_szAnimExtention );
// ALERT( at_console, "%s\n", m_szAnimExtention );
if( g_fGameOver )
goto pt_end; // intermission or finale

Loading…
Cancel
Save