mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +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 ccp defs type shi
|
||||||
global_cpp_defs = [
|
global_cpp_defs = [
|
||||||
'-DSPLIT_SAVES',
|
'-DSPLIT_SAVES',
|
||||||
'-D_LARGE_WORLDS',
|
# '-D_LARGE_WORLDS',
|
||||||
'-D_EXTENDED_ACHIEVEMENTS',
|
'-D_EXTENDED_ACHIEVEMENTS',
|
||||||
'-D_DEBUG_MENUS_ENABLED',
|
'-D_DEBUG_MENUS_ENABLED',
|
||||||
'-D_DEBUG',
|
'-D_DEBUG',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue