Skip to content

Commit

Permalink
Document tile_id::frame variant’s purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit committed Oct 13, 2023
1 parent 0ae643a commit 4ade9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/resources_type.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ enum class tile_id {
chasm = TILES_CHASMID,
iron = TILES_IRONID,
concrete = TILES_CONCRETEID,
frame = TILES_FRAMEID,
frame = TILES_FRAMEID, // used to highlight tiles targeted by actionnable objects
};
} // namespace utils::resources_type

Expand Down

0 comments on commit 4ade9ae

Please sign in to comment.