mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-01-19 07:51:54 +00:00
04a50e1927
the tables contain character constants like ('รค') that are supposed to be interpreted as ISO8859-1 or WINDOWS-1252 or sth, but that doesn't seem to work with MinGW (anymore) - seems like it assumes UTF-8 by default, and for some reason -finput-charset=ISO8859-1 doesn't help either, it complains about multichar character constants then.. Anyway, now the table entries are represented as the corresponding integer constants which seems to work as intended. Fixes #238 |
||
---|---|---|
.. | ||
cm | ||
d3xp | ||
framework | ||
game | ||
idlib | ||
MayaImport | ||
renderer | ||
sound | ||
sys | ||
tools | ||
TypeInfo | ||
ui | ||
CMakeLists.txt | ||
config.h.in | ||
mmakefile.src |