Fixed compilation

This commit is contained in:
Sergii Pylypenko
2021-08-22 00:28:05 +03:00
parent 43ea278ad1
commit 47b01a0528

View File

@@ -695,6 +695,7 @@ void VideoDriver_SDL::Stop()
void VideoDriver_SDL::InputLoop()
{
uint32 mod = SDL_GetModState();
int numkeys;
Uint8 *keys = SDL_GetKeyState(&numkeys);