Avoid boolean ambiguity

This was SVN commit r6929.
This commit is contained in:
Ykkrosh 2009-06-26 21:44:54 +00:00
parent b6ebe0645e
commit 0e9169a158

View File

@ -81,7 +81,7 @@ public:
POST_MESSAGE(SetSelectionPreview, (g_SelectedObjects));
return true;
}
else if (evt.Dragging() && evt.RightIsDown() || evt.RightDown())
else if ((evt.Dragging() && evt.RightIsDown()) || evt.RightDown())
{
// Dragging with right mouse button -> rotate objects to look
// at mouse