Ticket #8858: rtz_detect.2.patch

File rtz_detect.2.patch, 567 bytes (added by spookypeanut, 16 years ago)

Updated patch (nows says 1.0)

  • engines/made/detection.cpp

     
    9090        },
    9191
    9292        {
     93                // Return to Zork - English CD version 1.0 9/15/93
     94                {
     95                        "rtz",
     96                        "CD",
     97                        AD_ENTRY1("rtzcd.red", "cd8b62ece4677c438688c1de3f5379b9"),
     98                        Common::EN_ANY,
     99                        Common::kPlatformPC,
     100                        Common::ADGF_NO_FLAGS
     101                },
     102                0,
     103                0,
     104                GF_CD_COMPRESSED,
     105                0,
     106        },
     107
     108        {
    93109                // Return to Zork - English CD version 1.1 12/7/93
    94110                {
    95111                        "rtz",