Skip to content
  • Julian Helfferich's avatar
    Fix Coverity #76272: Uninitialized members · 700908db
    Julian Helfferich authored
    In KBlocksGameReplayer constructor some member variables remain
    uninitialized in case the replay file cannot be opened. In this case,
    the game replayer is useless and the list of records always empty.
    
    However, I set the variables anyhow.
    700908db