summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.h b/config.h
index 87a4824..8a95ce8 100644
--- a/config.h
+++ b/config.h
@@ -5,7 +5,8 @@
#define app_memory_size (1024 * 1024 * 32)
#define asset_preload_memory_size (1024 * 1024 * 8)
#define gui_memory_size (1024 * 8)
-#define map_memory_size (1024 * 8)
+/* 8 megs for the map is not good. todo compress */
+#define map_memory_size (1024 * 1024 * 8)
#define max_vp_w 2000
#define max_vp_h 2000
@@ -15,5 +16,6 @@
#define max_map_w 32
#define max_map_h 32
+#define map_light_tile_size 16
#endif