mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-31 21:30:36 +00:00
09001d3bfb
There're some maps and maybe models or even mods in the wild which have hardcoded paths with self references (`/./`) and / or empty diretories (`//`). These assets works when read from the filesystem, but not when read from PAK or ZIP files. Work around that by removing self references and empty directories from the path right before opening the file. Closes #767. |
||
---|---|---|
.. | ||
header | ||
shared | ||
unzip | ||
argproc.c | ||
clientserver.c | ||
cmdparser.c | ||
collision.c | ||
crc.c | ||
cvar.c | ||
filesystem.c | ||
frame.c | ||
glob.c | ||
md4.c | ||
movemsg.c | ||
netchan.c | ||
pmove.c | ||
szone.c | ||
zone.c |