heh, nor do we need PROGHEADER_CRC

This commit is contained in:
Bill Currie 2001-08-27 21:13:00 +00:00
parent 9d27a12df7
commit 3edd4550d2
5 changed files with 95 additions and 99 deletions

View file

@ -93,6 +93,7 @@ typedef struct player_info_s
int spectator;
byte translations[4*VID_GRADES*256]; // space for colormap32
int translationcolor[256];
struct skin_s *skin;
} player_info_t;