OPENPANDORA: Fix build

This commit is contained in:
Bastien Bouclet 2020-02-27 07:58:34 +01:00
parent bd1e2b8b87
commit 98428af798

View File

@ -81,8 +81,6 @@ bool OPEventSource::handleMouseButtonDown(SDL_Event &ev, Common::Event &event) {
event.type = Common::EVENT_MOUSEMOVE;
else
event.type = Common::EVENT_LBUTTONDOWN; /* For normal mice etc. */
} else if (ev.button.button == SDL_BUTTON_RIGHT)
event.type = Common::EVENT_RBUTTONDOWN;
// update KbdMouse
_km.x = ev.button.x * MULTIPLIER;