diff options
author | Colin Snover | 2017-01-12 12:50:53 -0600 |
---|---|---|
committer | Colin Snover | 2017-01-12 13:14:25 -0600 |
commit | 92f185c83c71c789b1a0c0fb734f85635aa7d8c6 (patch) | |
tree | 54e22a4b8f3d2b9e7a53bf0e40c216b870915a54 | |
parent | dd13fdfe1740ac847f7dfb4a332d3f5948b1a782 (diff) | |
download | scummvm-rg350-92f185c83c71c789b1a0c0fb734f85635aa7d8c6.tar.gz scummvm-rg350-92f185c83c71c789b1a0c0fb734f85635aa7d8c6.tar.bz2 scummvm-rg350-92f185c83c71c789b1a0c0fb734f85635aa7d8c6.zip |
SCI32: Add Hoyle5 to the list of game versions
-rw-r--r-- | engines/sci/sci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sci.h b/engines/sci/sci.h index a36ae001f4..b3ec3259a6 100644 --- a/engines/sci/sci.h +++ b/engines/sci/sci.h @@ -226,7 +226,7 @@ enum SciVersion { SCI_VERSION_1_1, // Dr. Brain 2, EcoQuest 1 CD, EcoQuest 2, KQ6, QFG3, SQ4CD, XMAS 1992 and many more SCI_VERSION_2, // GK1, PQ4 floppy, QFG4 floppy SCI_VERSION_2_1_EARLY, // GK2 demo, KQ7 1.4/1.51, LSL6 hires, PQ4CD, QFG4CD - SCI_VERSION_2_1_MIDDLE, // GK2, KQ7 2.00b, MUMG Deluxe, Phantasmagoria 1, PQ:SWAT, Shivers 1, SQ6, Torin + SCI_VERSION_2_1_MIDDLE, // GK2, Hoyle 5, KQ7 2.00b, MUMG Deluxe, Phantasmagoria 1, PQ:SWAT, Shivers 1, SQ6, Torin SCI_VERSION_2_1_LATE, // demos of LSL7, Lighthouse, RAMA SCI_VERSION_3 // LSL7, Lighthouse, RAMA, Phantasmagoria 2 }; |