changeset 9856:706f058d13e0 draft

(svn r14000) -Codechange: Missing enum entries kind of defeat the point of the enum
author peter1138 <peter1138@openttd.org>
date Tue, 05 Aug 2008 00:17:56 +0000
parents a3916adebd9a
children 5b6c8f8f755d
files src/smallmap_gui.cpp
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/smallmap_gui.cpp
+++ b/src/smallmap_gui.cpp
@@ -548,7 +548,9 @@
 		SMT_CONTOUR,
 		SMT_VEHICLES,
 		SMT_INDUSTRY,
-		SMT_OWNER = 5,
+		SMT_ROUTES,
+		SMT_VEGETATION,
+		SMT_OWNER,
 	};
 
 	static SmallMapType map_type;