From 502b279d243d79f46bb8a151ae610949d30bf757 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 15 Dec 2004 00:24:12 +0000 Subject: Patch #1081904 ITE: MAC demo support o Endianness-aware resource loading o Removed ys_dl_list in favor of our object implementation o Cleanup in actor code o Partial support for ITE Mac rereleased demo svn-id: r16051 --- saga/game.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'saga/game.h') 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; -- cgit v1.2.3