Skip to content

Commit

Permalink
double the allowed cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
MjnMixael committed Sep 25, 2023
1 parent 9748de5 commit 16af3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/mission/missionparse.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ typedef struct mission {
// must be reworked so that all the flags are maintained from function to function
#define CARGO_INDEX_MASK 0xBF
#define CARGO_NO_DEPLETE 0x40 // CARGO_NO_DEPLETE + CARGO_INDEX_MASK must == FF
#define MAX_CARGO 30
#define MAX_CARGO 60


// Goober5000 - contrail threshold (previously defined in ShipContrails.cpp)
Expand Down

0 comments on commit 16af3bb

Please sign in to comment.