diff options
author | Travis Howell | 2006-02-10 13:22:43 +0000 |
---|---|---|
committer | Travis Howell | 2006-02-10 13:22:43 +0000 |
commit | 976166e8a538e1c9123ebb8c8c91abadb49b0d7a (patch) | |
tree | 25e6995ee61c62c94a60cc0d6eb0007f750bc08e /saga/saga.h | |
parent | 9ea43c99cd0d1c39f2faafb6abc66e50a35415fa (diff) | |
download | scummvm-rg350-976166e8a538e1c9123ebb8c8c91abadb49b0d7a.tar.gz scummvm-rg350-976166e8a538e1c9123ebb8c8c91abadb49b0d7a.tar.bz2 scummvm-rg350-976166e8a538e1c9123ebb8c8c91abadb49b0d7a.zip |
Add digital music support to DOS versions of ITE
svn-id: r20475
Diffstat (limited to 'saga/saga.h')
-rw-r--r-- | saga/saga.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/saga/saga.h b/saga/saga.h index 53d894d736..6b87a3a22a 100644 --- a/saga/saga.h +++ b/saga/saga.h @@ -256,7 +256,9 @@ enum GameIds { // Dreamers Guild GID_ITE_DEMO_G = 0, GID_ITE_DISK_G, + GID_ITE_DISK_G2, GID_ITE_CD_G, + GID_ITE_CD_G2, GID_ITE_MACCD_G, // Wyrmkeep @@ -273,10 +275,12 @@ enum GameIds { // German GID_ITE_DISK_DE, + GID_ITE_DISK_DE2, GID_ITE_AMIGACD_DE, // TODO GID_ITE_OLDMAC_DE, // TODO GID_ITE_AMIGA_FL_DE,// TODO GID_ITE_CD_DE, // reported by mld. Bestsellergamers cover disk + GID_ITE_CD_DE2, GID_ITE_AMIGA_AGA_DEMO, // TODO GID_ITE_AMIGA_ECS_DEMO, // TODO |