Add missing field to constructor initializer list

Issue found by Coverity.
This commit is contained in:
Ignacio R. Morelle 2014-06-28 19:16:24 -04:00
parent 2ac434dd2c
commit 0441ad9d66

View file

@ -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