summaryrefslogtreecommitdiff
path: root/src/fios.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fios.h')
-rw-r--r--src/fios.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fios.h b/src/fios.h
index 4338be727..42c50a9ba 100644
--- a/src/fios.h
+++ b/src/fios.h
@@ -15,7 +15,7 @@
#include "strings_type.h"
#include "core/smallvec_type.hpp"
-enum {
+enum FileSlots {
/**
* Slot used for the GRF scanning and such. This slot cannot be reused
* as it will otherwise cause issues when pressing "rescan directories".
@@ -80,7 +80,7 @@ struct SmallFiosItem {
char title[255]; ///< internal name of the game
};
-enum {
+enum SortingBits {
SORT_ASCENDING = 0,
SORT_DESCENDING = 1,
SORT_BY_DATE = 0,