Add missing field to constructor initializer list
Issue found by Coverity.
This commit is contained in:
parent
2ac434dd2c
commit
0441ad9d66
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ playsingle_controller::playsingle_controller(const config& level,
|
|||
player_type_changed_(false),
|
||||
replaying_(false),
|
||||
skip_next_turn_(false),
|
||||
do_autosaves_(false),
|
||||
level_result_(NONE)
|
||||
{
|
||||
// game may need to start in linger mode
|
||||
|
|
Loading…
Add table
Reference in a new issue