From 3e7fdaf6096176d10a4224bc200acff6f29901ea Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Wed, 4 Aug 2021 19:37:57 +0100 Subject: [PATCH] Documentation: Fix text for railtype_disable_realistic_braking --- docs/newgrf-additions.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/newgrf-additions.html b/docs/newgrf-additions.html index ea1b5612bd..217830c376 100644 --- a/docs/newgrf-additions.html +++ b/docs/newgrf-additions.html @@ -232,8 +232,7 @@

This is indicated by the feature name: action0_railtype_restricted_signals, version 1

Disable use of realistic braking with this rail type (mappable property: railtype_disable_realistic_braking)

-

This applies to Action 2/3 - Railtype custom signal sprites.
- When this property is set realistic braking is disabled for trains of this railtype even when realistic braking is otherwise in effect.
+

When this property is set realistic braking is disabled for trains of this railtype even when realistic braking is otherwise in effect.
The property length is 1 byte. 0 is realistic braking is not disabled for this railtype. 1 is disable realistic braking for this railtype.

This is indicated by the feature name: action0_railtype_disable_realistic_braking, version 1