diff --git a/source/client/gui/screens/OptionsScreen.cpp b/source/client/gui/screens/OptionsScreen.cpp index 23928c8..455344f 100644 --- a/source/client/gui/screens/OptionsScreen.cpp +++ b/source/client/gui/screens/OptionsScreen.cpp @@ -13,7 +13,8 @@ #ifndef OLD_OPTIONS_SCREEN OptionsScreen::OptionsScreen() : - m_backButton(100, "Done") + m_backButton(100, "Done"), + m_pList(nullptr) { }