Matti Armston

Results 2 issues of Matti Armston

I have replaced every `creature **hitList` with `const creature **hitList`. This removes the incompatible const pointer errors with GCC 14 and allows for compilation without the `-Wno-error=incompatible-pointer-types` flag. However it...

I have compiled and installed version 1.13 and wanted to contribute however when compiling HEAD I ran into the errors below. I am able to compile earlier versions and using...