diff --git a/Source/levels/gendung.cpp b/Source/levels/gendung.cpp index 7b7cf835f..fc86a2c68 100644 --- a/Source/levels/gendung.cpp +++ b/Source/levels/gendung.cpp @@ -469,6 +469,7 @@ void LoadLevelSOLData() break; case DTYPE_CRYPT: LoadFileInMem("nlevels\\l5data\\l5.sol", SOLData); + SOLData[142] = TileProperties::None; // Tile is incorrectly marked as being solid break; default: app_fatal("LoadLevelSOLData");