Fixed compilation

This commit is contained in:
Sergii Pylypenko
2021-08-22 00:28:05 +03:00
parent bd866de601
commit ea4d7f9737

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);