summaryrefslogtreecommitdiff
path: root/src/cargo_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cargo_type.h')
-rw-r--r--src/cargo_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cargo_type.h b/src/cargo_type.h
index 57365857d..94bc9dbb6 100644
--- a/src/cargo_type.h
+++ b/src/cargo_type.h
@@ -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 */