Skip to content

Commit

Permalink
remove invalidated RAMP_TOP comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dhthwy committed Dec 7, 2024
1 parent 3acd1eb commit dcf91bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/pathable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,6 @@ static bool is_wagon_traversible(FloodCtx & ctx, const df::coord & pos, const df
if (ctx.wgroup == Maps::getWalkableGroup(pos))
return true;

// RAMP_TOP is assigned a walkability group if that commit is accepted
// so this test, I think, would be useless.
if (shape == df::tiletype_shape::RAMP_TOP ) {
df::coord pos_below = pos + df::coord(0, 0, -1);
if (Maps::getWalkableGroup(pos_below)) {
Expand Down

0 comments on commit dcf91bf

Please sign in to comment.