forked from fte/fteqw
1
0
Fork 0

image_precache isn't used anywhere currently

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1978 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2006-02-21 09:05:33 +00:00
parent 20b13f2b0d
commit 3c4fa77625
1 changed files with 0 additions and 1 deletions

View File

@ -134,7 +134,6 @@ typedef struct
struct {
char *model_precache[MAX_MODELS]; // NULL terminated
char sound_precache[MAX_SOUNDS][MAX_QPATH]; // NULL terminated
char image_precache[Q2MAX_IMAGES][MAX_QPATH];
char *lightstyles[MAX_LIGHTSTYLES];
char lightstylecolours[MAX_LIGHTSTYLES];
};