mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-02 09:40:35 +00:00
(svn r14170) -Codechange: Missing enum for road type iteration.
This commit is contained in:
parent
08898f69be
commit
6a742cef5f
@ -13,6 +13,7 @@
|
||||
* @note currently only ROADTYPE_ROAD and ROADTYPE_TRAM are supported.
|
||||
*/
|
||||
enum RoadType {
|
||||
ROADTYPE_BEGIN = 0, ///< Used for iterations
|
||||
ROADTYPE_ROAD = 0, ///< Basic road type
|
||||
ROADTYPE_TRAM = 1, ///< Trams
|
||||
ROADTYPE_HWAY = 2, ///< Only a placeholder. Not sure what we are going to do with this road type.
|
||||
|
Loading…
Reference in New Issue
Block a user