(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