[Gtkradiant] Halflife VFS Patch updates

Hydra gtkradiant@zerowing.idsoftware.com
Wed, 5 Jun 2002 23:52:09 +0100


The VFS updates I did are required, here's why:

vfsGetFileCount() cannot be used as a replacement for vfsFileExists() as I
require the ability to select files from JUST pak (wad) files.

vfsGetFullPath() cannot be used as a replacement for vfsFindFile() because
vfsGetFullPath() only checks the actual file system, and not the list of
files in pak (wad) files.

Ok, as you were..

Hydra