mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 02:01:31 +00:00
- renamed walltype::pos as preparation for refactoring.
no functional changes here
This commit is contained in:
parent
1d8a11601d
commit
89ef81da55
53 changed files with 433 additions and 433 deletions
|
@ -162,7 +162,7 @@ void vertex_t::RecalcVertexHeights()
|
|||
{
|
||||
float heights[2];
|
||||
|
||||
auto point = wall[masterwall].pos;
|
||||
auto point = wall[masterwall].wall_int_pos;
|
||||
PlanesAtPoint(§or[sect], point.X, point.Y, &heights[0], &heights[1]);
|
||||
for(auto height : heights)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue