Skip to content
Commit 700908db authored by Julian Helfferich's avatar Julian Helfferich
Browse files

Fix Coverity #76272: Uninitialized members

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.
parent f24b4ed0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment