Skip to content

Commit

Permalink
Merge pull request #78167 from CleverRaven/patch-readability-2024-11-26
Browse files Browse the repository at this point in the history
Make parameter names consistent in definition and declaration
  • Loading branch information
Anton Burmistrov authored Nov 26, 2024
2 parents 1ecb260 + 2d25a61 commit c01fe14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basecamp.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ class basecamp
const std::vector<item *> &equipment,
const skill_id &skill_tested, int skill_level,
float exertion_level, const time_duration &travel_time = 0_hours );
npc_ptr start_mission( const mission_id &miss_id, time_duration duration,
npc_ptr start_mission( const mission_id &miss_id, time_duration total_time,
bool must_feed, const std::string &desc, bool group,
const std::vector<item *> &equipment,
const std::map<skill_id, int> &required_skills = {},
Expand Down

0 comments on commit c01fe14

Please sign in to comment.