1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-24 05:42:56 +02:00

fix Midas hand trigger deactivation after death

This commit is contained in:
XProger
2019-12-22 04:01:00 +03:00
parent 57dd627b08
commit df9b2a8adc

View File

@@ -1326,7 +1326,6 @@ struct MidasHand : Controller {
if (d.x < 512.0f && d.z < 512.0f) { // check for same sector
lara->hit(1001.0f, this, TR::HIT_MIDAS);
deactivate(true);
return;
}