From ddd8b73f0adbf9fdda07c98608a7c8f04a20f347 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Tue, 5 Aug 2008 00:17:56 +0000 Subject: [PATCH] (svn r14000) -Codechange: Missing enum entries kind of defeat the point of the enum --- src/smallmap_gui.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/smallmap_gui.cpp b/src/smallmap_gui.cpp index 6e0df2adcd..326ca7391f 100644 --- a/src/smallmap_gui.cpp +++ b/src/smallmap_gui.cpp @@ -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;