Topic: Building from source - define DATA directory location
It would be nice if one could define an option when building teewars from source to where the data-directory is to be located. Under Linux it's pretty common to place binaries in /usr/bin (or /usr/local/bin) and data files in /usr/share (ie: /usr/share/teewars). At the moment it seems to be hardcoded that the data directory is in the same directory as the teewars binary.
Since I'm not the best of C-coders I couldn't find anything in the source, but if it's already possible it would be nice if you could tell me how to. Otherwise I think it's an easy fix (correct me if I'm wrong) just adding some DEFINE and change all places where data is used to use the define instead.
And of course, thanks for a really good game!