OpenTTD / nml

NewGRF Meta Language
GNU General Public License v2.0
42 stars 36 forks source link

Change: Use a single replacenew-type 'SIGNALS' instead of 3 different constants. #297

Closed frosch123 closed 1 year ago

frosch123 commented 1 year ago

Motivation

Fixes #290.

Currently there are 3 replacenew-types to replace signal graphics:

They all create the same code.

Description

Add a new type SIGNALS, not to be confused with the existing NEW_SIGNALS. The 3 old types will be deprecated and removed from the documentation.