From 0aef4f319caa2572d459b18e4e994122d53abcbe Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sat, 27 Jan 2024 15:58:53 +0100 Subject: Remove resource, tech and old game resources --- src/terrain/inc/terrain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/terrain') diff --git a/src/terrain/inc/terrain.h b/src/terrain/inc/terrain.h index fbe8af8..d640f17 100644 --- a/src/terrain/inc/terrain.h +++ b/src/terrain/inc/terrain.h @@ -14,7 +14,7 @@ extern "C" enum { MAP_TILES = 64, - TERRAIN_SZ = 32, + TERRAIN_SZ = 16, MAP_W = MAP_TILES * TERRAIN_SZ, MAP_H = MAP_TILES * TERRAIN_SZ }; -- cgit v1.2.3