mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 08:20:40 +00:00
fix nq's skin code so it doesn't upload skins every frame
This commit is contained in:
parent
792aac270c
commit
04d4df1e19
3 changed files with 23 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue