Qt: Initialize SDL player struct

This commit is contained in:
Vicki Pfau 2017-01-24 22:22:33 -08:00
parent 42db828235
commit a4cace1135
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ InputController::InputController(int playerId, QWidget* topLevel, QObject* paren
, m_config(nullptr)
, m_gamepadTimer(nullptr)
#ifdef BUILD_SDL
, m_sdlPlayer{}
, m_playerAttached(false)
#endif
, m_allowOpposing(false)