From a161fc41c80796c53ba65e04b0f39cf2cf382276 Mon Sep 17 00:00:00 2001 From: JuiceyDev Date: Fri, 6 Mar 2026 20:42:38 +0100 Subject: [PATCH] fix: disable _LARGE_WORLDS to fix invisible terrain on laptops --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 2b78b43bb..021c374ca 100644 --- a/meson.build +++ b/meson.build @@ -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',