aboutsummaryrefslogtreecommitdiff
path: root/saga
diff options
context:
space:
mode:
Diffstat (limited to 'saga')
-rw-r--r--saga/game.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/game.h b/saga/game.h
index 1cbefa8156..d92a15dcc2 100644
--- a/saga/game.h
+++ b/saga/game.h
@@ -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;