fix nq's skin code so it doesn't upload skins every frame

This commit is contained in:
Bill Currie 2001-05-27 04:23:39 +00:00
parent 792aac270c
commit 04d4df1e19
3 changed files with 23 additions and 4 deletions

View file

@ -64,6 +64,7 @@ typedef struct
float entertime;
int frags;
int colors; // two 4 bit fields
int _colors;
byte translations[VID_GRADES*256];
} scoreboard_t;