summaryrefslogtreecommitdiffstats
path: root/src/control
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-06-05 22:13:31 +0200
committereray orçunus <erayorcunus@gmail.com>2020-06-05 22:13:34 +0200
commitf045ce438696d2425b7a3058f12ee04098fb1597 (patch)
tree7e4d3faf3099e138aa408113624b6c4346497572 /src/control
parentfix (diff)
downloadre3-f045ce438696d2425b7a3058f12ee04098fb1597.tar
re3-f045ce438696d2425b7a3058f12ee04098fb1597.tar.gz
re3-f045ce438696d2425b7a3058f12ee04098fb1597.tar.bz2
re3-f045ce438696d2425b7a3058f12ee04098fb1597.tar.lz
re3-f045ce438696d2425b7a3058f12ee04098fb1597.tar.xz
re3-f045ce438696d2425b7a3058f12ee04098fb1597.tar.zst
re3-f045ce438696d2425b7a3058f12ee04098fb1597.zip
Diffstat (limited to 'src/control')
-rw-r--r--src/control/Script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Script.cpp b/src/control/Script.cpp
index d62bed35..a2c60872 100644
--- a/src/control/Script.cpp
+++ b/src/control/Script.cpp
@@ -4957,7 +4957,7 @@ int8 CRunningScript::ProcessCommands500To599(int32 command)
pPed->FlagToDestroyWhenNextProcessed();
}
else {
- pPed->SetDie(ANIM_KO_SHOT_FRONT1, 4.0f, 0.0f);
+ pPed->SetDie();
}
return 0;
}