(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:
@@ -22,10 +22,8 @@
|
||||
#include "saveload_internal.h"
|
||||
#include "oldloader.h"
|
||||
|
||||
enum {
|
||||
TTO_HEADER_SIZE = 41,
|
||||
TTD_HEADER_SIZE = 49,
|
||||
};
|
||||
static const int TTO_HEADER_SIZE = 41;
|
||||
static const int TTD_HEADER_SIZE = 49;
|
||||
|
||||
uint32 _bump_assert_value;
|
||||
|
||||
|
Reference in New Issue
Block a user