Skip to content

Commit

Permalink
fixed ARE9.1 door field error
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxlynxlynx committed Aug 16, 2024
1 parent 704b767 commit c603064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions file_formats/ie_formats/are_v9.1.htm
Original file line number Diff line number Diff line change
Expand Up @@ -1604,12 +1604,12 @@
<tr>
<td>0x004e</td>
<td>2 (word)</td>
<td>Count of <a href="#formAREAV1_0_Vertices">&quot;vertices&quot;</a> in impeded cell block (when closed). These are x.y coordinates into the area search map. When the door is closed, these cells cannot be entered by any object.</td>
<td>Count of <a href="#formAREAV1_0_Vertices">&quot;vertices&quot;</a> in impeded cell block (when closed)</td>
</tr>
<tr>
<td>0x0050</td>
<td>4 (dword)</td>
<td>Count of <a href="#formAREAV1_0_Vertices">&quot;vertices&quot;</a> in impeded cell block (when closed)</td>
<td>Index of first<a href="#formAREAV1_0_Vertices">&quot;vertex&quot;</a> in impeded cell block (when closed). These are x.y coordinates into the area search map. When the door is closed, these cells cannot be entered by any object.</td>
</tr>
<tr>
<td>0x0054</td>
Expand Down

0 comments on commit c603064

Please sign in to comment.