Use KEY_NONE for buttons without key shortcuts
SDLK_LAST was used, but it is SDL 1.x specific
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Grafx2; if not, see <http://www.gnu.org/licenses/>
|
||||
*/
|
||||
#if defined(USE_SDL) || defined(USE_SDL2)
|
||||
#include <SDL.h>
|
||||
#endif
|
||||
#include "struct.h"
|
||||
#include "global.h"
|
||||
#include "hotkeys.h"
|
||||
|
||||
Reference in New Issue
Block a user