mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-18 15:11:51 +00:00
Mapster32: re-enable changing position in 2d mode with the right mouse button when dragging selected objects
git-svn-id: https://svn.eduke32.com/eduke32@5308 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
6f9a9c94ec
commit
1af89e0b1d
1 changed files with 1 additions and 1 deletions
|
@ -5793,7 +5793,7 @@ end_after_dragging:
|
|||
}
|
||||
end_point_dragging:
|
||||
|
||||
if (bstatus&(2) && !(bstatus&1)) // change arrow position
|
||||
if (bstatus&(2) && (!(bstatus&5) || pointhighlight > 0 || highlightcnt > 0 || highlightsectorcnt > 0)) // change arrow position
|
||||
{
|
||||
if (eitherCTRL)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue