mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-19 15:25:39 +00:00
(svn r5494) -Fix: [#241] an enum with 2 equal numbers is rarely a good idea ;) (RichK67)
This commit is contained in:
parent
97c2d3d764
commit
15e959d520
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user