mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-11 07:00:33 +00:00
fix
This commit is contained in:
parent
e019bd91fd
commit
bdb216bf7c
2 changed files with 2 additions and 1 deletions
|
@ -359,6 +359,7 @@ int8 CRunningScript::ProcessCommands1500To1599(int32 command)
|
|||
return 0;
|
||||
case COMMAND_HAS_OBJECT_BEEN_DAMAGED_BY_WEAPON:
|
||||
{
|
||||
CollectParameters(&m_nIp, 2);
|
||||
CObject* pObject = CPools::GetObjectPool()->GetAt(GET_INTEGER_PARAM(0));
|
||||
bool result = false;
|
||||
if (!pObject) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue