oops, accidentally commited this one

svn-id: r9465
This commit is contained in:
Max Horn 2003-08-04 16:50:26 +00:00
parent 996d4f1391
commit 679e818b0b

View File

@ -714,7 +714,6 @@ bool OSystem_SDL_Common::poll_event(Event *event) {
return true;
case SDL_MOUSEBUTTONDOWN:
printf("Mousedown at %d,%d, button %d\n", ev.button.x, ev.button.y, ev.button.button);
if (ev.button.button == SDL_BUTTON_LEFT)
event->event_code = EVENT_LBUTTONDOWN;
else if (ev.button.button == SDL_BUTTON_RIGHT)