From c075c0daa245819d0a07fea6695f233fd329e397 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 8 Dec 2011 00:43:21 +0300 Subject: Add to combined menu also floor items. --- src/gui/viewport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/viewport.cpp') diff --git a/src/gui/viewport.cpp b/src/gui/viewport.cpp index 3086a027f..b6c55f2c4 100644 --- a/src/gui/viewport.cpp +++ b/src/gui/viewport.cpp @@ -432,7 +432,7 @@ void Viewport::mousePressed(gcn::MouseEvent &event) { if (actorSpriteManager) { - std::vector beings; + std::vector beings; const int x = getMouseX() + static_cast(mPixelViewX); const int y = getMouseY() + static_cast(mPixelViewY); actorSpriteManager->findBeingsByPixel(beings, x, y, true); -- cgit v1.2.3-60-g2f50