Fix wrong type in interface after SDL2 migration
This commit is contained in:
parent
1809c0a17e
commit
f62318ced4
|
@ -40,7 +40,7 @@ bool opengl_2d = true;
|
||||||
GLuint sdl_ogl_screen_texture[2];
|
GLuint sdl_ogl_screen_texture[2];
|
||||||
#endif
|
#endif
|
||||||
// TODO: Make configurable instead.
|
// TODO: Make configurable instead.
|
||||||
const u16 cli_kb_cfg[NB_KEYS] =
|
const u32 cli_kb_cfg[NB_KEYS] =
|
||||||
{
|
{
|
||||||
SDLK_x, // A
|
SDLK_x, // A
|
||||||
SDLK_z, // B
|
SDLK_z, // B
|
||||||
|
|
Loading…
Reference in New Issue