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) {