Fixed a gcc warning
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@603 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
7d725cb5b1
commit
7f27b34915
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
#include "quakedef.h"
|
||||
#include "glquake.h"
|
||||
#include <ctype.h>
|
||||
|
||||
extern model_t *loadmodel;
|
||||
|
||||
|
@ -403,7 +404,6 @@ void R_DrawSkyChain (msurface_t *s)
|
|||
{
|
||||
int fc;
|
||||
qbyte *pal;
|
||||
extern unsigned char vid_curpal[256*3];
|
||||
fc = r_fastskycolour.value;
|
||||
if (fc > 255)
|
||||
fc = 255;
|
||||
|
|
Loading…
Reference in a new issue