palette remap per entity for sw

minor change to qclib for hexen2


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1735 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2005-12-22 20:35:04 +00:00
parent 054663b990
commit 6dd7ddd353
21 changed files with 338 additions and 138 deletions

View file

@ -21,7 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "particles.h"
typedef struct
{
char name[16];
@ -152,8 +151,9 @@ typedef struct player_info_s
int _topcolor;
int _bottomcolor;
struct palremap_s *palremap;
int spectator;
qbyte translations[VID_GRADES*256];
skin_t *skin;
struct model_s *model;