(svn r14000) -Codechange: Missing enum entries kind of defeat the point of the enum

This commit is contained in:
peter1138 2008-08-05 00:17:56 +00:00
parent fe6111d6f2
commit ddd8b73f0a
1 changed files with 3 additions and 1 deletions

View File

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