mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-02 03:19:10 +00:00
(svn r14000) -Codechange: Missing enum entries kind of defeat the point of the enum
This commit is contained in:
@@ -548,7 +548,9 @@ class SmallMapWindow : public Window
|
|||||||
SMT_CONTOUR,
|
SMT_CONTOUR,
|
||||||
SMT_VEHICLES,
|
SMT_VEHICLES,
|
||||||
SMT_INDUSTRY,
|
SMT_INDUSTRY,
|
||||||
SMT_OWNER = 5,
|
SMT_ROUTES,
|
||||||
|
SMT_VEGETATION,
|
||||||
|
SMT_OWNER,
|
||||||
};
|
};
|
||||||
|
|
||||||
static SmallMapType map_type;
|
static SmallMapType map_type;
|
||||||
|
Reference in New Issue
Block a user