Skip to content

Commit

Permalink
Update cultures_parsing.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Nivaturimika authored Feb 26, 2024
1 parent a53ff69 commit d233834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsing/cultures_parsing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ dcon::value_modifier_key ideology_condition(token_generator& gen, error_handler&
return make_value_modifier(gen, err, t_context);
}

dcon::trigger_key make_party_trigger(token_generator& gen, error_handler& err, scenario_building_context& context) {
dcon::trigger_key make_party_trigger(token_generator& gen, error_handler& err, party_context& context) {
trigger_building_context t_context{ context, trigger::slot_contents::empty, trigger::slot_contents::empty,
trigger::slot_contents::empty };
return make_trigger(gen, err, t_context);
Expand Down

0 comments on commit d233834

Please sign in to comment.