Skip to content

Commit

Permalink
Remove const
Browse files Browse the repository at this point in the history
  • Loading branch information
ramon-bernardo committed Oct 6, 2024
1 parent 26420d3 commit 6c301d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class Creature;

inline constexpr int32_t const MAP_MAX_LAYERS = 16;
inline constexpr int32_t MAP_MAX_LAYERS = 16;

struct FindPathParams;
struct AStarNode
Expand Down

0 comments on commit 6c301d9

Please sign in to comment.