From 57bd1cfefcde969c434d677031a6856443c4762c Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Mon, 6 Nov 2017 20:40:24 +0000 Subject: [PATCH] Temporary, just for the sake of testing collision. --- src/gamelib/csvloader.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gamelib/csvloader.cpp b/src/gamelib/csvloader.cpp index 5f9f2d4..c3c732f 100644 --- a/src/gamelib/csvloader.cpp +++ b/src/gamelib/csvloader.cpp @@ -83,6 +83,7 @@ namespace curry { } out_csv.tile_properties.resize(static_cast(largest_tile_idx) + 1); + out_csv.tile_properties[2].walkable = false; #if !defined(NDEBUG) for (const auto& table : out_csv.tables) {