(svn r14000) -Codechange: Missing enum entries kind of defeat the point of the enum
authorpeter1138
Tue, 05 Aug 2008 00:17:56 +0000
changeset 9856 19d70a7250ee
parent 9855 de4ab4ed5492
child 9857 8d0e4ab99439
(svn r14000) -Codechange: Missing enum entries kind of defeat the point of the enum
src/smallmap_gui.cpp
--- a/src/smallmap_gui.cpp	Mon Aug 04 22:31:49 2008 +0000
+++ b/src/smallmap_gui.cpp	Tue Aug 05 00:17:56 2008 +0000
@@ -548,7 +548,9 @@
 		SMT_CONTOUR,
 		SMT_VEHICLES,
 		SMT_INDUSTRY,
-		SMT_OWNER = 5,
+		SMT_ROUTES,
+		SMT_VEGETATION,
+		SMT_OWNER,
 	};
 
 	static SmallMapType map_type;