(svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int
This commit is contained in:
@@ -47,7 +47,7 @@ enum TrainDetailsWindowTabs {
|
||||
};
|
||||
|
||||
/** Vehicle List Window type flags */
|
||||
enum {
|
||||
enum VehicleListWindowType {
|
||||
VLW_STANDARD = 0 << 8,
|
||||
VLW_SHARED_ORDERS = 1 << 8,
|
||||
VLW_STATION_LIST = 2 << 8,
|
||||
|
Reference in New Issue
Block a user