diff options
author | Johannes Schickel | 2014-07-05 13:35:34 +0200 |
---|---|---|
committer | Johannes Schickel | 2014-07-05 13:35:34 +0200 |
commit | b77412a9a07e58a21dd430e28cf34210d4648fd0 (patch) | |
tree | a0ca26a89ddcfb81e8da4e8361352e1e62e926e6 /engines/scumm/detection.h | |
parent | 48564efc8812aef644144cb368d65a8d14a4397f (diff) | |
parent | 53d3ee07df6eea863e93620ab4a406eb24fbfef1 (diff) | |
download | scummvm-rg350-b77412a9a07e58a21dd430e28cf34210d4648fd0.tar.gz scummvm-rg350-b77412a9a07e58a21dd430e28cf34210d4648fd0.tar.bz2 scummvm-rg350-b77412a9a07e58a21dd430e28cf34210d4648fd0.zip |
Merge pull request #470 from bluegr/Lucasarts_Steam
SCUMM: Add support for Steam versions of Indy 3, Indy 4, Loom and Dig
Diffstat (limited to 'engines/scumm/detection.h')
-rw-r--r-- | engines/scumm/detection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/scumm/detection.h b/engines/scumm/detection.h index f714812a9c..0587c3fab1 100644 --- a/engines/scumm/detection.h +++ b/engines/scumm/detection.h @@ -95,7 +95,9 @@ struct GameSettings { enum FilenameGenMethod { kGenDiskNum, + kGenDiskNumSteam, kGenRoomNum, + kGenRoomNumSteam, kGenHEMac, kGenHEMacNoParens, kGenHEPC, |