brentjohnson / xconq

Xconq is a general strategy game system. It is a complete system that includes all the components: a portable engine, graphical interfaces for Unix/Linux/X11, Macintosh, and Windows, multiple AIs, networking for multi-player games, and an extensive games library.
GNU General Public License v2.0
31 stars 11 forks source link

Various Debian compilation fixes #2

Closed mark7 closed 8 years ago

mark7 commented 8 years ago

Small fixes to make xconq compile cleanly on Debian stretch. Spaces instead of tabs in Makefiles, improper use of const/non-const char *s, an out-of-bound array access, an unchecked realloc().