Skip to content
Commit 1a646cd2 authored by Julian Helfferich's avatar Julian Helfferich
Browse files

Fix Coverity #76267: Initialize values for SingleGameInterface

Use initializer list to set member variables to their default values.
The SingleGameInterface constructor should, however, only be called
from the KBlocksSingleGame constructor which subsequently sets the
variables to other values determined from the parameters to
KBlocksSingleGame().

Nonetheless, it is good practice to make sure that all variables will
be initialized.
parent be788d07
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