Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request CleverRaven#52837 from jbytheway/sort_string_ids
Browse files Browse the repository at this point in the history
Sort string_ids, as requested by clang-tidy
  • Loading branch information
ZhilkinSerg authored Nov 15, 2021
2 parents b1c74e2 + 56cd310 commit 70623c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/character_body.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ static const itype_id itype_rm13_armor_on( "rm13_armor_on" );

static const json_character_flag json_flag_HEATPROOF( "HEATPROOF" );
static const json_character_flag json_flag_HEATSINK( "HEATSINK" );
static const json_character_flag json_flag_IGNORE_TEMP( "IGNORE_TEMP" );
static const json_character_flag json_flag_NO_MINIMAL_HEALING( "NO_MINIMAL_HEALING" );
static const json_character_flag json_flag_NO_THIRST( "NO_THIRST" );
static const json_character_flag json_flag_IGNORE_TEMP( "IGNORE_TEMP" );

static const trait_id trait_BARK( "BARK" );
static const trait_id trait_CHITIN_FUR( "CHITIN_FUR" );
Expand Down

0 comments on commit 70623c6

Please sign in to comment.