(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:
@@ -36,7 +36,7 @@ enum SwitchMode {
|
||||
};
|
||||
|
||||
/* Display Options */
|
||||
enum {
|
||||
enum DisplayOptions {
|
||||
DO_SHOW_TOWN_NAMES = 0,
|
||||
DO_SHOW_STATION_NAMES = 1,
|
||||
DO_SHOW_SIGNS = 2,
|
||||
|
Reference in New Issue
Block a user