mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-01 10:43:42 +00:00
fix: disable _LARGE_WORLDS to fix invisible terrain on laptops
This commit is contained in:
parent
802feba61a
commit
a161fc41c8
|
|
@ -33,7 +33,7 @@ global_cpp_args = [
|
|||
# global ccp defs type shi
|
||||
global_cpp_defs = [
|
||||
'-DSPLIT_SAVES',
|
||||
'-D_LARGE_WORLDS',
|
||||
# '-D_LARGE_WORLDS',
|
||||
'-D_EXTENDED_ACHIEVEMENTS',
|
||||
'-D_DEBUG_MENUS_ENABLED',
|
||||
'-D_DEBUG',
|
||||
|
|
|
|||
Loading…
Reference in a new issue