mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-24 13:53:05 +02:00
fixed #185
This commit is contained in:
@@ -3449,7 +3449,7 @@ struct Lara : Character {
|
||||
|
||||
Controller *controller = (Controller*)e.controller;
|
||||
|
||||
if (!controller || !controller->isCollider()) continue;
|
||||
if (!controller || controller->flags.invisible || !controller->isCollider()) continue;
|
||||
|
||||
if (e.type == TR::Entity::TRAP_DOOR_1 || e.type == TR::Entity::TRAP_DOOR_2) continue;
|
||||
|
||||
|
Reference in New Issue
Block a user