Skip to content

Commit

Permalink
Remove spurious double semi colon
Browse files Browse the repository at this point in the history
  • Loading branch information
Procyonae committed Nov 9, 2024
1 parent b055a13 commit 0bd0ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapdata.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ struct map_ter_bash_info : map_common_bash_info {
};
struct map_furn_bash_info : map_common_bash_info {
furn_str_id furn_set; // furniture to set (only used by furniture, not terrain)
map_furn_bash_info() = default;;
map_furn_bash_info() = default;
void load( const JsonObject &jo, bool was_loaded, const std::string &context );
void check( const std::string &id ) const;
};
Expand Down

0 comments on commit 0bd0ed7

Please sign in to comment.