Skip to content

Commit

Permalink
Fix tile incorrectly marked as solid next to crypt stairs down
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCWills committed Jan 6, 2025
1 parent 6a27f61 commit d961095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/levels/gendung.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ tl::expected<void, std::string> 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");
Expand Down

0 comments on commit d961095

Please sign in to comment.