diff options
Diffstat (limited to 'tools/assign_ids')
-rw-r--r-- | tools/assign_ids/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/assign_ids/main.cpp b/tools/assign_ids/main.cpp index 3e16f78..357566a 100644 --- a/tools/assign_ids/main.cpp +++ b/tools/assign_ids/main.cpp | |||
@@ -111,7 +111,7 @@ class AssignIds { | |||
111 | 111 | ||
112 | void ProcessDoor(const HumanDoor& h_door, | 112 | void ProcessDoor(const HumanDoor& h_door, |
113 | const std::string& current_map_name) { | 113 | const std::string& current_map_name) { |
114 | if (h_door.type() == DoorType::EVENT) { | 114 | if (h_door.type() == DoorType::EVENT && !h_door.latch()) { |
115 | return; | 115 | return; |
116 | } | 116 | } |
117 | 117 | ||