Skip to content

Commit

Permalink
Merge branch 'master' into translate
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 11, 2024
2 parents e93687c + 4b4b3d9 commit 1bd1e38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified milla.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion milla/src/constants.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// How many Z levels we allow before being suspicious that the wrong number was sent.
pub(crate) const MAX_Z_LEVELS: i32 = 10;
pub(crate) const MAX_Z_LEVELS: i32 = 14;

/// How big is the map? Assumed square.
pub(crate) const MAP_SIZE: usize = 255;
Expand Down

0 comments on commit 1bd1e38

Please sign in to comment.