mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-09 01:01:05 +00:00
- fixed order of slope creation so that slope copies are the last thing being done.
This commit is contained in:
parent
7ba5a74f2e
commit
fe4c95a03e
1 changed files with 1 additions and 1 deletions
|
@ -417,6 +417,7 @@ void MapLoader::SpawnSlopeMakers (FMapThing *firstmt, FMapThing *lastmt, const i
|
|||
mt->EdNum = 0;
|
||||
}
|
||||
}
|
||||
SetSlopesFromVertexHeights(firstmt, lastmt, oldvertextable);
|
||||
|
||||
for (mt = firstmt; mt < lastmt; ++mt)
|
||||
{
|
||||
|
@ -428,7 +429,6 @@ void MapLoader::SpawnSlopeMakers (FMapThing *firstmt, FMapThing *lastmt, const i
|
|||
}
|
||||
}
|
||||
|
||||
SetSlopesFromVertexHeights(firstmt, lastmt, oldvertextable);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue