Before I can fix the (MANY!) problems with newtree, I have to fix the

little problem of mixed QFile and FILE.  Since we're not using ZLib in
this tree, QFile makes no real sense.  That didn't fix the real problem
I am having though.
This commit is contained in:
Joseph Carter 2000-05-22 21:16:22 +00:00
parent 08b551f7ae
commit 3d59dfed98
24 changed files with 127 additions and 280 deletions

View file

@ -187,7 +187,7 @@ typedef struct client_s
client_frame_t frames[UPDATE_BACKUP]; // updates can be deltad from here
QFile *download; // file being downloaded
FILE *download; // file being downloaded
int downloadsize; // total bytes
int downloadcount; // bytes sent
@ -199,7 +199,7 @@ typedef struct client_s
qboolean upgradewarn; // did we warn him?
QFile *upload;
FILE *upload;
char uploadfn[MAX_QPATH];
netadr_t snap_from;
qboolean remote_snap;
@ -363,8 +363,8 @@ extern char localmodels[MAX_MODELS][5]; // inline model names for precache
extern char localinfo[MAX_LOCALINFO_STRING+1];
extern int host_hunklevel;
extern QFile *sv_logfile;
extern QFile *sv_fraglogfile;
extern FILE *sv_logfile;
extern FILE *sv_fraglogfile;
//===========================================================
// FIXME: declare exported functions in their own relevant .h