Skip to content

Commit

Permalink
Merge pull request #330 from RealSput/patch-5
Browse files Browse the repository at this point in the history
increase max groups to 9999 (little change before RWRT is finished)
  • Loading branch information
Spu7Nix committed Jan 6, 2024
2 parents 7f063ab + c13878a commit 6ab2240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/leveldata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ pub fn append_objects(
AHashMap::default(),
];

const ID_MAX: u16 = 999;
const ID_MAX: u16 = 9999;

for obj in &mut objects {
for prop in obj.params.values_mut() {
Expand Down

0 comments on commit 6ab2240

Please sign in to comment.