mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-09 16:54:22 +00:00
Add missing field to constructor initializer list
Issue found by Coverity.
This commit is contained in:
parent
2ac434dd2c
commit
0441ad9d66
@ -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…
x
Reference in New Issue
Block a user