mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
filesystem: fixes for GCC 3
This commit is contained in:
@@ -118,14 +118,14 @@ typedef struct zipfile_s
|
||||
unsigned short flags;
|
||||
} zipfile_t;
|
||||
|
||||
typedef struct zip_s
|
||||
struct zip_s
|
||||
{
|
||||
string filename;
|
||||
int handle;
|
||||
int numfiles;
|
||||
time_t filetime;
|
||||
zipfile_t *files;
|
||||
} zip_t;
|
||||
};
|
||||
|
||||
#ifdef XASH_REDUCE_FD
|
||||
static void FS_EnsureOpenZip( zip_t *zip )
|
||||
|
||||
Reference in New Issue
Block a user