diff options
author | Travis Howell | 2005-11-30 22:49:21 +0000 |
---|---|---|
committer | Travis Howell | 2005-11-30 22:49:21 +0000 |
commit | da65d3c08f56c1dd6d935b94ee9218d702160814 (patch) | |
tree | c782b0661fed64f4df4d3aae1725bc3a3c82dcd2 | |
parent | 8a35611664e127891c74beb801f0fb7e8f5cb39d (diff) | |
download | scummvm-rg350-da65d3c08f56c1dd6d935b94ee9218d702160814.tar.gz scummvm-rg350-da65d3c08f56c1dd6d935b94ee9218d702160814.tar.bz2 scummvm-rg350-da65d3c08f56c1dd6d935b94ee9218d702160814.zip |
Correct demo target.
svn-id: r19723
-rw-r--r-- | scumm/scumm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 31fe2f77cb..c574b45412 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -717,7 +717,7 @@ static SubstResFileNames substResFileNameTable[] = { { "samnmax", "samdemo", kGenPC }, { "samnmax", "snmdemo", kGenPC }, { "samnmax", "snmidemo", kGenPC }, - { "snmdemo", "sdemo", kGenPC }, + { "samnmax", "sdemo", kGenPC }, #ifndef DISABLE_SCUMM_7_8 { "dig.la0", "The Dig Data", kGenAsIs }, { "dig.la0", "The Dig Demo Data", kGenAsIs }, |