- renamed walltype::pos as preparation for refactoring.

no functional changes here
This commit is contained in:
Christoph Oelckers 2022-01-27 17:29:07 +01:00
parent 1d8a11601d
commit 89ef81da55
53 changed files with 433 additions and 433 deletions

View file

@ -162,7 +162,7 @@ void vertex_t::RecalcVertexHeights()
{
float heights[2];
auto point = wall[masterwall].pos;
auto point = wall[masterwall].wall_int_pos;
PlanesAtPoint(&sector[sect], point.X, point.Y, &heights[0], &heights[1]);
for(auto height : heights)
{