summaryrefslogtreecommitdiff
path: root/src/saveload/oldloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/saveload/oldloader.h')
-rw-r--r--src/saveload/oldloader.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/saveload/oldloader.h b/src/saveload/oldloader.h
index b0f1688f2..6720a28a6 100644
--- a/src/saveload/oldloader.h
+++ b/src/saveload/oldloader.h
@@ -15,10 +15,8 @@
#include "saveload.h"
#include "../tile_type.h"
-enum {
- BUFFER_SIZE = 4096,
- OLD_MAP_SIZE = 256 * 256,
-};
+static const uint BUFFER_SIZE = 4096;
+static const uint OLD_MAP_SIZE = 256 * 256;
struct LoadgameState {
FILE *file;