diff options
author | Colin Snover | 2016-03-17 13:35:41 -0500 |
---|---|---|
committer | Colin Snover | 2016-03-17 14:02:18 -0500 |
commit | f8cea91890ebbba218cd1b58aa2efaba58839d2d (patch) | |
tree | 3dc62101ddd5c9930bef79f3427e100f51b29682 /engines | |
parent | ef3f4753816e8866f8d464f4e2e56912172d3554 (diff) | |
download | scummvm-rg350-f8cea91890ebbba218cd1b58aa2efaba58839d2d.tar.gz scummvm-rg350-f8cea91890ebbba218cd1b58aa2efaba58839d2d.tar.bz2 scummvm-rg350-f8cea91890ebbba218cd1b58aa2efaba58839d2d.zip |
SCI32: Correct KQ7 version split
The information in the wiki was wrong, KQ7 1.51 is always SCI
2.1 early.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/sci.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/sci.h b/engines/sci/sci.h index 80f0b33521..7df3d38163 100644 --- a/engines/sci/sci.h +++ b/engines/sci/sci.h @@ -206,8 +206,8 @@ enum SciVersion { SCI_VERSION_1_LATE, // Dr. Brain 1, EcoQuest 1, Longbow, PQ3, SQ1, LSL5, KQ5 CD 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.51DOS, LSL6 hires, PQ4CD, QFG4 floppy - SCI_VERSION_2_1_MIDDLE, // GK2, KQ7 1.51Win/2.0, MUMG Deluxe, Phantasmagoria 1, PQ:SWAT, QFG4CD, Shivers 1, SQ6, Torin + SCI_VERSION_2_1_EARLY, // GK2 demo, KQ7 1.4/1.51, LSL6 hires, PQ4CD, QFG4 floppy + SCI_VERSION_2_1_MIDDLE, // GK2, KQ7 2.00b, MUMG Deluxe, Phantasmagoria 1, PQ:SWAT, QFG4CD, Shivers 1, SQ6, Torin SCI_VERSION_2_1_LATE, // demos of LSL7, Lighthouse, RAMA SCI_VERSION_3 // LSL7, Lighthouse, RAMA, Phantasmagoria 2 }; |