SuperFola / pataro

A generic and modular Roguelike game on top of libtcod - I'll be back soon, just need a break!
25 stars 3 forks source link

Enable warnings reccomended for new projects. Fixed 2 major issues, and a few minor issues. #2

Closed HexDecimal closed 3 years ago

HexDecimal commented 3 years ago

I've added stricter compiler warnings to the CMake script.

The set_blocking method was ignoring its parameter and has been fixed. The AI class was missing its destructor.

SuperFola commented 3 years ago

The set_blocking method was ignoring its parameter and has been fixed. The AI class was missing its destructor.

Thanks, I've missed that!