Use KEY_NONE for buttons without key shortcuts

SDLK_LAST was used, but it is SDL 1.x specific
This commit is contained in:
Thomas Bernard
2018-05-28 16:56:46 +02:00
parent fb51c1bb1c
commit 5c761ace2c
8 changed files with 34 additions and 15 deletions

View File

@@ -31,7 +31,6 @@
#else
#define bool char
#endif
#include <SDL.h>
#define NB_SHORTCUTS 212 ///< Number of actions that can have a key combination associated to it.