mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-16 06:18:59 +00:00
removed debug
This commit is contained in:
parent
f8a509ffb3
commit
7b7b0fb5f2
1 changed files with 0 additions and 1 deletions
|
@ -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 ||
|
||||
|
|
Loading…
Reference in a new issue