1
0
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:
2008-08-05 00:17:56 +00:00
parent fe6111d6f2
commit ddd8b73f0a

View File

@@ -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;