removed debug

This commit is contained in:
Nikolay Korolev 2020-05-23 02:18:16 +03:00
parent f8a509ffb3
commit 7b7b0fb5f2
1 changed files with 0 additions and 1 deletions

View File

@ -8712,7 +8712,6 @@ int8 CRunningScript::ProcessCommands900To999(int32 command)
return 0;
case COMMAND_PRINT_HELP:
{
debug("PRINT_HELP %s\n", (char*)&CTheScripts::ScriptSpace[m_nIp]);
if (CCamera::m_bUseMouse3rdPerson && (
strncmp((char*)&CTheScripts::ScriptSpace[m_nIp], "HELP15", 7) == 0 ||
strncmp((char*)&CTheScripts::ScriptSpace[m_nIp], "GUN_2A", 7) == 0 ||