(svn r5494) -Fix: [#241] an enum with 2 equal numbers is rarely a good idea ;) (RichK67)

This commit is contained in:
truelight 2006-07-14 09:02:53 +00:00
parent 97c2d3d764
commit 15e959d520
1 changed files with 1 additions and 1 deletions

View File

@ -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 {