medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 5f8cd432c74d59b1e86015261005a7cabcf7b7d5
parent aa63ef9a6ea3e538fe248a0af9dd136b1af57197
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun Sep 11 22:26:43 +0100

Turn up VIEW_SIZE again

Diffstat:
terrain_manager.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/terrain_manager.h b/terrain_manager.h @@ -14,7 +14,7 @@ static const u16 TILE_SIZE = 128; static const u16 WORLD_SIZE = 170; -static const u16 VIEW_SIZE = 25; +static const u16 VIEW_SIZE = 45; static const u16 VIEW_HALF = VIEW_SIZE / 2; struct CompressedTile {