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:
terminx 2015-07-23 23:51:30 +00:00
parent 6f9a9c94ec
commit 1af89e0b1d
1 changed files with 1 additions and 1 deletions

View File

@ -5793,7 +5793,7 @@ end_after_dragging:
} }
end_point_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) if (eitherCTRL)
{ {