Add genre/players to the structure and make the 8-bit

This commit is contained in:
simon.kagstrom 2010-03-27 07:53:12 +00:00
parent ab72622362
commit d202722f5f
2 changed files with 4 additions and 2 deletions

View File

@ -72,6 +72,8 @@ struct game_info_v2
uint16_t filename_off;
uint16_t score;
uint16_t year;
uint8_t genre;
uint8_t players;
uint16_t creator_off;
uint16_t musician_off;
uint16_t graphics_artist_off;

View File

@ -53,8 +53,8 @@ public:
const char *graphics_artist;
SDL_Surface *screenshot;
uint16_t genre;
uint16_t players;
uint8_t genre;
uint8_t players;
uint16_t year;
uint16_t score;