screen: Make WritePCXfile static

Function is local to this file only.

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
Kevin Shanahan 2012-10-10 19:03:21 +10:30
parent 2499f82bb6
commit 9be4ed6008
3 changed files with 3 additions and 3 deletions

View File

@ -582,7 +582,7 @@ typedef struct {
WritePCXfile
==============
*/
void
static void
WritePCXfile(char *filename, byte *data, int width, int height,
int rowbytes, byte *palette)
{

View File

@ -676,7 +676,7 @@ SCR_ScreenShot_f(void)
WritePCXfile
==============
*/
void
static void
WritePCXfile(char *filename, byte *data, int width, int height,
int rowbytes, byte *palette, qboolean upload)
{

View File

@ -597,7 +597,7 @@ SCR_DrawConsole(void)
WritePCXfile
==============
*/
void
static void
WritePCXfile(char *filename, byte *data, int width, int height,
int rowbytes, byte *palette, qboolean upload)
{