rmtew / incursion-roguelike

The legendary computer game Incursion: Hall of the Goblin King!
https://incursion-roguelike.net/
Other
9 stars 1 forks source link

Remove array redefinition #13

Closed HexDecimal closed 3 months ago

HexDecimal commented 3 months ago

This define breaks the standard C++11 array template and must be removed. No code relies on this macro, so it was simple to remove.

Related to #12

If it were up to me I'd actually remove the entire DEBUG_MEMORY_CORRUPTION block of code. There are better tools to debug and prevent memory issues.