From 85de07dee16eb8b5673cedf26e4a7461bf865c43 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sun, 12 Feb 2023 22:33:17 +0000 Subject: [PATCH] Documentation: Clarify that more_objects_per_grf must be tested for to enable it --- docs/newgrf-additions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/newgrf-additions.html b/docs/newgrf-additions.html index cd096c8143..312461f61c 100644 --- a/docs/newgrf-additions.html +++ b/docs/newgrf-additions.html @@ -769,7 +769,7 @@

Action 3 - Objects

-

If feature name more_objects_per_grf is present, the Action 3 ID field is an extended byte, and GRFs may define more than 255 object types.
+

If feature name more_objects_per_grf is present and the feature is successfully tested for, the Action 3 ID field is an extended byte, and GRFs may define more than 255 object types.
Otherwise, only 255 object types may be defined per GRF, and the extended byte format may not be used.