mirror of
https://github.com/halpz/re3.git
synced 2025-06-30 14:46:18 +00:00
damn
This commit is contained in:
@ -11232,7 +11232,7 @@ int8 CRunningScript::ProcessCommands1000To1099(int32 command)
|
||||
CollectParameters(&m_nIp, 2);
|
||||
CPed* pPed = CPools::GetPedPool()->GetAt(ScriptParams[0]);
|
||||
script_assert(pPed);
|
||||
pPed->bNoCriticalHits = (ScriptParams[0] == 0);
|
||||
pPed->bNoCriticalHits = (ScriptParams[1] == 0);
|
||||
return 0;
|
||||
}
|
||||
/*
|
||||
|
Reference in New Issue
Block a user