Initialize is_gamestate_changes of action_result with false
This commit is contained in:
parent
bf95928eca
commit
ddf0095fb4
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ static lg::log_domain log_ai_actions("ai/actions");
|
|||
// AI ACTIONS
|
||||
// =======================================================================
|
||||
action_result::action_result( side_number side )
|
||||
: return_value_checked_(true),side_(side),status_(AI_ACTION_SUCCESS),is_execution_(false)
|
||||
: return_value_checked_(true),side_(side),status_(AI_ACTION_SUCCESS),is_execution_(false),is_gamestate_changed_(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue