Signals: Add GRF restriction info bit for may reverse

This commit is contained in:
Jonathan G Rennison
2022-06-15 17:49:54 +01:00
parent 9cf33efe18
commit cf5eef515e
4 changed files with 21 additions and 2 deletions

View File

@@ -116,6 +116,8 @@
<dd>The signal is restricted (has a routing restriction program attached)</dd>
<dt>RESERVE_THROUGH_ALWAYS</dt>
<dd>The attached routing restriction program unconditionally sets reserve through</dd>
<dt>MAY_REVERSE</dt>
<dd>The attached routing restriction program may allow trains to reverse behind this signal</dd>
</dl>
</td>
</tr>
@@ -428,6 +430,8 @@ item (FEAT_GLOBALVARS) {
<dd>The signal is restricted (has a routing restriction program attached)</dd>
<dt>RESERVE_THROUGH_ALWAYS</dt>
<dd>The attached routing restriction program unconditionally sets reserve through</dd>
<dt>MAY_REVERSE</dt>
<dd>The attached routing restriction program may allow trains to reverse behind this signal</dd>
</dl>
</td>
</tr>