mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 19:45:07 +00:00
GCC doesn't like "const int" in a struct apparently.
svn-id: r15817
This commit is contained in:
parent
71a2c36fa1
commit
455d2a127a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user