conworlds
diff src/game.cc @ 17:c814f77d177e
moved to SDL2
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 25 Aug 2014 22:02:08 +0300 |
parents | 7a2041ddb7e7 |
children | 782ff06817fb |
line diff
1.1 --- a/src/game.cc Sun Aug 24 18:42:40 2014 +0300 1.2 +++ b/src/game.cc Mon Aug 25 22:02:08 2014 +0300 1.3 @@ -178,7 +178,7 @@ 1.4 setup_rtarg(rtwidth, rtheight); 1.5 } 1.6 1.7 -void game_keyboard(int key, bool pressed, int x, int y) 1.8 +void game_keyboard(int key, bool pressed) 1.9 { 1.10 if(pressed) { 1.11 switch(key) {