Ticket #3860: tinsel-german.patch

File tinsel-german.patch, 1.0 KB (added by SF/egore, 16 years ago)
  • configure

     
    100100add_engine sky "Beneath a Steel Sky" yes
    101101add_engine sword1 "Broken Sword 1" yes
    102102add_engine sword2 "Broken Sword 2" yes
    103 add_engine tinsel "Tinsel" no
     103add_engine tinsel "Tinsel" yes
    104104add_engine touche "Touche: The Adventures of the Fifth Musketeer" yes
    105105
    106106_endian=unknown
  • engines/tinsel/detection.cpp

     
    186186                TINSEL_V1,
    187187        },
    188188
     189        {
     190                {
     191                        "dw",
     192                        "CD",
     193                        {
     194                                {"dw.gra", 0, "c8808ccd988d603dd35dff42013ae7fd", 781656},
     195                                {"english.smp", 0, "4710bd5cc788df1d517370d43abe1101", 343755891},
     196                                {"german.txt", 0, NULL, -1}
     197                        },
     198                        Common::DE_DEU,
     199                        Common::kPlatformPC,
     200                        Common::ADGF_NO_FLAGS
     201                },
     202                GID_DW1,
     203                0,
     204                GF_CD,
     205                TINSEL_V1,
     206        },
     207
    189208        { AD_TABLE_END_MARKER, 0, 0, 0, 0 }
    190209};
    191210