Skip to content

Commit

Permalink
Merge pull request #38154 from Ramza13/string_const_flags
Browse files Browse the repository at this point in the history
Move string_consts into cata_string_consts.h
  • Loading branch information
ZhilkinSerg authored Feb 19, 2020
2 parents fe0f692 + 0a6bf67 commit 72ef022
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 103 deletions.
1 change: 1 addition & 0 deletions src/cata_string_consts.h
Original file line number Diff line number Diff line change
Expand Up @@ -1139,6 +1139,7 @@ static const std::string flag_OVERSIZE( "OVERSIZE" );
static const std::string flag_PARTIAL_DEAF( "PARTIAL_DEAF" );
static const std::string flag_PERPETUAL( "PERPETUAL" );
static const std::string flag_PERSONAL( "PERSONAL" );
static const std::string flag_PLACE_ITEM( "PLACE_ITEM" );
static const std::string flag_PLACE_RANDOMLY( "PLACE_RANDOMLY" );
static const std::string flag_PLANT( "PLANT" );
static const std::string flag_PLANTABLE( "PLANTABLE" );
Expand Down
Loading

0 comments on commit 72ef022

Please sign in to comment.