Ticket #8858: rtz_x2.patch

File rtz_x2.patch, 831 bytes (added by spookypeanut, 16 years ago)

Patch containing both comp and decomp detection

  • engines/made/detection.cpp

     
    108108        },
    109109
    110110        {
     111                // Return to Zork - English CD version 1.0 9/15/93
     112                {
     113                        "rtz",
     114                        "CD",
     115                        AD_ENTRY1("rtzcd.dat", "e95c38ded389e39cfbf87a8cb250b12e"),
     116                        Common::EN_ANY,
     117                        Common::kPlatformPC,
     118                        Common::ADGF_NO_FLAGS
     119                },
     120                GID_RTZ,
     121                0,
     122                GF_CD,
     123                0,
     124        },
     125 
     126        {
     127                // Return to Zork - English CD version 1.0 9/15/93
     128                {
     129                        "rtz",
     130                        "CD",
     131                        AD_ENTRY1("rtzcd.red", "cd8b62ece4677c438688c1de3f5379b9"),
     132                        Common::EN_ANY,
     133                        Common::kPlatformPC,
     134                        Common::ADGF_NO_FLAGS
     135                },
     136                GID_RTZ,
     137                0,
     138                GF_CD,
     139                0,
     140        },
     141
     142        {
    111143                // Return to Zork - English CD version 1.2 9/29/94
    112144                {
    113145                        "rtz",