DEADSOFTWARE

do not use TFileStream directly, use `openDiskFileRO()` and `createDiskFile()` from...
authorKetmar Dark <ketmar@ketmar.no-ip.org>
Mon, 18 Apr 2016 07:28:30 +0000 (10:28 +0300)
committerKetmar Dark <ketmar@ketmar.no-ip.org>
Mon, 18 Apr 2016 07:28:30 +0000 (10:28 +0300)
commit423556f23c02a18964bd2c1e125516c0c902ca46
tree07824ec97deee0f49327772cf3d521d123923a42
parentd1e9c820c486228a7f80ac8c1e2928abea10f0bd
do not use TFileStream directly, use `openDiskFileRO()` and `createDiskFile()` from "utils.pas"

also, use `findFileCI()` from "utils.pas" to find correct disk path/filename.
those calls will automatically do case-insensitive search on POSIX systems.
src/game/g_netmsg.pas
src/game/g_res_downloader.pas