forked from mirror/OpenTTD
(svn r16676) -Codechange: Rename AcceptedCargo to CargoArray and its instances to more meaningful names.
This commit is contained in:
@@ -55,7 +55,7 @@ enum CargoTypes {
|
||||
CT_INVALID = 0xFF
|
||||
};
|
||||
|
||||
/** Array for storing amounts of accepted cargo */
|
||||
typedef uint AcceptedCargo[NUM_CARGO];
|
||||
/** Array for storing amounts of cargo */
|
||||
typedef uint CargoArray[NUM_CARGO];
|
||||
|
||||
#endif /* CARGO_TYPE_H */
|
||||
|
Reference in New Issue
Block a user