mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-02-18 10:11:20 +00:00
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 |
||
---|---|---|
.. | ||
aros | ||
cmake | ||
linux | ||
osx | ||
posix | ||
stub | ||
win32 | ||
cpu.cpp | ||
doom_icon.h | ||
events.cpp | ||
glimp.cpp | ||
platform.h | ||
sys_local.cpp | ||
sys_local.h | ||
sys_public.h | ||
threads.cpp |