Skip to content
  • Julian Helfferich's avatar
    Fix Coverity #76269: Uninitialized member · 9cea9079
    Julian Helfferich authored
    The uninitialized member in question is the pointer mMessageBox. The
    message box will be created in createGameItemGroups() and deleted in
    deleteGameItemGroups(). I set the pointer to nullptr in the constructor.
    9cea9079