(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:
@@ -81,11 +81,7 @@ enum SLRefType {
|
||||
|
||||
#define SL_MAX_VERSION 255
|
||||
|
||||
enum {
|
||||
INC_VEHICLE_COMMON = 0,
|
||||
};
|
||||
|
||||
enum {
|
||||
enum ChunkType {
|
||||
CH_RIFF = 0,
|
||||
CH_ARRAY = 1,
|
||||
CH_SPARSE_ARRAY = 2,
|
||||
|
Reference in New Issue
Block a user