aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/saga.h')
-rw-r--r--saga/saga.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/saga.h b/saga/saga.h
index bfe3c1d764..bb4f4cfdfa 100644
--- a/saga/saga.h
+++ b/saga/saga.h
@@ -252,7 +252,7 @@ enum GameIds {
GID_ITE_DEMO_G = 0,
GID_ITE_DISK_G,
GID_ITE_CD_G,
- GID_ITE_MAC_G, // TODO
+ GID_ITE_MACCD_G,
// Wyrmkeep
GID_ITE_CD, // data for Win rerelease is same as in old DOS
@@ -358,7 +358,7 @@ struct GamePatchDescription {
const char *fileName;
uint16 fileType;
uint32 resourceId;
- GameSoundInfo * soundInfo;
+ GameSoundInfo *soundInfo;
};
struct PanelButton {