diff --git a/Source/levels/gendung.cpp b/Source/levels/gendung.cpp index 830e0e5760a..f625f7bd9dd 100644 --- a/Source/levels/gendung.cpp +++ b/Source/levels/gendung.cpp @@ -490,6 +490,7 @@ tl::expected LoadLevelSOLData() break; case DTYPE_CRYPT: RETURN_IF_ERROR(LoadFileInMemWithStatus("nlevels\\l5data\\l5.sol", SOLData)); + SOLData[142] = TileProperties::None; // Tile is incorrectly marked as being solid break; default: return tl::make_unexpected("LoadLevelSOLData");