move WritePCXfile to pcx.c, move the screenshot filname creation code to

COM_NextFilename in quakefs.c and fix up some remote screenshot snafus
This commit is contained in:
Bill Currie 2000-12-11 03:30:32 +00:00
parent 10e2d388db
commit a4f03b4c12
9 changed files with 121 additions and 208 deletions

View file

@ -33,8 +33,9 @@
#include <stdio.h>
#include <sys/types.h>
#include <qdefs.h>
#include <compat.h>
#include "qdefs.h"
#include "compat.h"
#define MAX_QPATH 64