aboutsummaryrefslogtreecommitdiff
path: root/saga/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/game.h')
-rw-r--r--saga/game.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/game.h b/saga/game.h
index d92a15dcc2..5fc021a535 100644
--- a/saga/game.h
+++ b/saga/game.h
@@ -47,8 +47,8 @@ struct GAME_FILEDESC {
struct GAMEDESC {
const char *name;
- int gd_game_type;
- uint32 gd_game_id;
+ SAGAGameId gd_game_type;
+ GAME_IDS gd_game_id;
const char *gd_title;
int gd_logical_w;
int gd_logical_h;