diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index d37406c44a..a3b76549c8 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -1465,7 +1465,7 @@ static void HandleSDLEvents() if(event.active.state == SDL_APPMOUSEFOCUS) break; - Uint8 i = SDL_GetAppState(); + uint8_t i = SDL_GetAppState(); g_bHasFocus = i&SDL_APPINPUTFOCUS && i&SDL_APPACTIVE; LOG->Trace("App %s focus (%i%i)", g_bHasFocus? "has":"doesn't have",