mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 01:51:37 +00:00
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:
parent
10e2d388db
commit
a4f03b4c12
9 changed files with 121 additions and 208 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue