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