From 15e959d520c8451852a86eac4ced3a9ab0a80870 Mon Sep 17 00:00:00 2001 From: truelight Date: Fri, 14 Jul 2006 09:02:53 +0000 Subject: [PATCH] (svn r5494) -Fix: [#241] an enum with 2 equal numbers is rarely a good idea ;) (RichK67) --- station_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/station_map.h b/station_map.h index 0f81679673..9fecd7a0f4 100644 --- a/station_map.h +++ b/station_map.h @@ -42,7 +42,7 @@ enum { GFX_RADAR_DISTRICTWE_LAST = 156, GFX_WINDSACK_INTERCON_FIRST = 164, GFX_WINDSACK_INTERCON_LAST = 167, - GFX_BASE_END = 167 + GFX_BASE_END = 168 }; enum {