mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 02:01:31 +00:00
- Make dragpoint()
inline since its a wrapper for another function anyway.
This commit is contained in:
parent
9dd27ee3a2
commit
3db6a38b4b
2 changed files with 16 additions and 16 deletions
|
@ -402,21 +402,6 @@ bool sectorsConnected(int sect1, int sect2)
|
|||
return false;
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//==========================================================================
|
||||
|
||||
void dragpoint(walltype* startwall, const DVector2& pos)
|
||||
{
|
||||
vertexscan(startwall, [&](walltype* wal)
|
||||
{
|
||||
wal->move(pos);
|
||||
wal->sectorp()->exflags |= SECTOREX_DRAGGED;
|
||||
});
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue