(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:
@@ -21,7 +21,7 @@
|
||||
#include "cargo_type.h"
|
||||
#include "newgrf_commons.h"
|
||||
|
||||
enum {
|
||||
enum IndustryCleanupType {
|
||||
CLEAN_RANDOMSOUNDS, ///< Free the dynamically allocated sounds table
|
||||
CLEAN_TILELAYOUT, ///< Free the dynamically allocated tile layout structure
|
||||
};
|
||||
|
Reference in New Issue
Block a user