X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.c;h=b1d667c20d0c7cd2df6e2fbfd7029c50aba32c2b;hb=22846a3ec9df44b291989369ae220060ecd57bcb;hp=fcde13d3200773d3f4b151b0dc8dcbae745e5522;hpb=cb0ddc73cbd791f57009f4b2e9037069fb6cdff0;p=rocksndiamonds.git diff --git a/src/libgame/system.c b/src/libgame/system.c index fcde13d3..b1d667c2 100644 --- a/src/libgame/system.c +++ b/src/libgame/system.c @@ -1717,7 +1717,7 @@ void CheckQuitEvent(void) program.exit_function(0); } -Key GetEventKey(KeyEvent *event, boolean with_modifiers) +Key GetEventKey(KeyEvent *event) { // key up/down events in SDL2 do not return text characters anymore return event->keysym.sym;