Skip to content

Commit

Permalink
Add missing field to constructor initializer list
Browse files Browse the repository at this point in the history
Issue found by Coverity.
  • Loading branch information
irydacea committed Jun 28, 2014
1 parent 2ac434d commit 0441ad9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/playsingle_controller.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 0441ad9

Please sign in to comment.