changeset 4136:7e7bbf87e4e4 draft

(svn r5494) -Fix: [#241] an enum with 2 equal numbers is rarely a good idea ;) (RichK67)
author truelight <truelight@openttd.org>
date Fri, 14 Jul 2006 09:02:53 +0000
parents 0de6fab6e1e2
children c45859e8284f
files station_map.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/station_map.h
+++ b/station_map.h
@@ -42,7 +42,7 @@
 	GFX_RADAR_DISTRICTWE_LAST     = 156,
 	GFX_WINDSACK_INTERCON_FIRST   = 164,
 	GFX_WINDSACK_INTERCON_LAST    = 167,
-	GFX_BASE_END                  = 167
+	GFX_BASE_END                  = 168
 };
 
 enum {