medfall

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

commit 10e300169228871ae9c18a491a7fc46f38fe9109
parent 70364d83d49937558d762f2b628fabbb90dceeab
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Wed Oct 12 23:32:20 +0300

Smaller VIEW_SIZE!

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