GCC doesn't like "const int" in a struct apparently.

svn-id: r15817
This commit is contained in:
Torbjörn Andersson 2004-11-15 08:11:02 +00:00
parent 71a2c36fa1
commit 455d2a127a

View File

@ -47,8 +47,8 @@ struct GAME_FILEDESC {
struct GAMEDESC {
const char *name;
const int gd_game_type;
const uint32 gd_game_id;
int gd_game_type;
uint32 gd_game_id;
const char *gd_title;
int gd_logical_w;
int gd_logical_h;