mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-24 13:53:05 +02:00
fix Midas hand trigger deactivation after death
This commit is contained in:
@@ -1326,7 +1326,6 @@ struct MidasHand : Controller {
|
|||||||
|
|
||||||
if (d.x < 512.0f && d.z < 512.0f) { // check for same sector
|
if (d.x < 512.0f && d.z < 512.0f) { // check for same sector
|
||||||
lara->hit(1001.0f, this, TR::HIT_MIDAS);
|
lara->hit(1001.0f, this, TR::HIT_MIDAS);
|
||||||
deactivate(true);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user