diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/create_lure/create_lure_dat.cpp | 6 | ||||
-rwxr-xr-x | tools/credits.pl | 2 | ||||
-rw-r--r-- | tools/md5table.c | 2 | ||||
-rw-r--r-- | tools/scumm-md5.txt | 8 | ||||
-rw-r--r-- | tools/skycpt/cptcompiler.cpp | 2 |
5 files changed, 10 insertions, 10 deletions
diff --git a/tools/create_lure/create_lure_dat.cpp b/tools/create_lure/create_lure_dat.cpp index 445a65fb80..09744fef1f 100644 --- a/tools/create_lure/create_lure_dat.cpp +++ b/tools/create_lure/create_lure_dat.cpp @@ -1357,10 +1357,10 @@ const char *spanishTextStrings[NUM_TEXT_ENTRIES] = { "Dale", "Habla con", "Dile a", "Compra", "Obsevar", "Observe", "Mirar por", "P\x97" "dele", NULL, "Bebe", "Estado", "Ve a", "Regresa", "Sobornar", "Examinar", "Cr\x7f" "ditos", "Reiniciar", "Salvar juego", "Recuperar jue", "Abandonar", "Texto r\x98pido\x8b", - "Texto lento \x8b", "Sonido activado ", "Sonido desactivado ", "(nada)", " con ", " a ", " con ", - "y luego", "eso es todo", "\x94" "Est\x98s seguro? (S/N)", + "Texto lento \x8b", "Sonido activado ", "Sonido desactivado ", "(nada)", " con ", " a ", " con ", + "y luego", "eso es todo", "\x94" "Est\x98s seguro? (S/N)", "Llevas ", "nada", "y tienes ", "moneda", "monedas" - "el ", "la ", "los ", "las ", "este ", "esta ", "estos ", "estas ", NULL, NULL + "el ", "la ", "los ", "las ", "este ", "esta ", "estos ", "estas ", NULL, NULL }; void save_text_strings(byte *&data, uint16 &totalSize) { diff --git a/tools/credits.pl b/tools/credits.pl index 48cd200667..a0d29904c0 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -647,7 +647,7 @@ begin_credits("Credits"); begin_persons(); add_person("Joachim Eberhard", "joachimeberhard", "Documentation manager"); add_person("Matthew Hoops", "clone2727", "Wiki editor"); - end_persons(); + end_persons(); end_section(); begin_section("Retired Team Members"); diff --git a/tools/md5table.c b/tools/md5table.c index 342e60986c..3f85ac338b 100644 --- a/tools/md5table.c +++ b/tools/md5table.c @@ -111,7 +111,7 @@ static const StringMap langMap[] = { { "cz", "CZ_CZE" }, { "nl", "NL_NLD" }, { "nb", "NB_NOR" }, - { "pl", "PL_POL" }, + { "pl", "PL_POL" }, { "All", "UNK_LANG" }, { "All?", "UNK_LANG" }, diff --git a/tools/scumm-md5.txt b/tools/scumm-md5.txt index 6dfc2d39c6..20bd7e874b 100644 --- a/tools/scumm-md5.txt +++ b/tools/scumm-md5.txt @@ -46,9 +46,9 @@ # IFS=" # " # for i in `find -name 00.*` `find -name 000.*` `find -name *.??0` `find -name *Data*` ; do -# m=`head -c 1048576 "$i" | md5sum | cut -f1 -d' '` ; -# s=`du -b "$i" | cut -f1` ; -# sed -i -e "s/$m\t-1/$m\t$s/" /PATH/TO/scumm-md5.txt ; +# m=`head -c 1048576 "$i" | md5sum | cut -f1 -d' '` ; +# s=`du -b "$i" | cut -f1` ; +# sed -i -e "s/$m\t-1/$m\t$s/" /PATH/TO/scumm-md5.txt ; # done # IFS=$OIFS # @@ -127,7 +127,7 @@ indy3 Indiana Jones and the Last Crusade 6b3ec67da214f558dc5ceaa2acd47453 -1 en DOS EGA EGA v1.3, 14 Aug 89 tsuteiuQ, Andrea Petrucci, Peter Eckerlein 6508fd55530e6915507e1cc37f7f045d -1 en DOS EGA EGA v1.3, 8/14/89 (5.25\") Zer02 66236cd1aec24e1d4aff4c4cc93b7e18 -1 fr DOS EGA EGA ?? v1.3, 25 Aug 89 Andrea Petrucci, Peter Eckerlein - 89cfc425566003ff74b7dc7b3e6fd469 -1 fr DOS EGA EGA ?? v1.3, 25 Aug 89 Jorpho + 89cfc425566003ff74b7dc7b3e6fd469 -1 fr DOS EGA EGA ?? v1.3, 25 Aug 89 Jorpho 69d70269fafc4445adbb0d223e4f9a3f 5361 en DOS EGA EGA v1.4, 11/07/89 (5.25\") Petr Maruska 6f6ef668c608c7f534fea6e6d3878dde -1 de DOS EGA EGA v1.4 from 19 Oct 89 dhewg, Peter Eckerlein d62d248c3df6ec177405e2cb23d923b2 -1 it DOS EGA EGA v1.4 from 25 Nov 89 Andrea Petrucci, Peter Eckerlein diff --git a/tools/skycpt/cptcompiler.cpp b/tools/skycpt/cptcompiler.cpp index 0572bc1537..cac009a662 100644 --- a/tools/skycpt/cptcompiler.cpp +++ b/tools/skycpt/cptcompiler.cpp @@ -247,7 +247,7 @@ void processSymlinks(FILE *inf, CptObj *destArr, uint16 *baseLists) { dofgets(line, 1024, inf); assert((line[0] == '\t') && (line[1] == '\t') && (line[2] == '-') && (line[3] == '>')); - char *stopCh; + char *stopCh; uint16 destId = (uint16)strtoul(line + 4, &stopCh, 16); assert(stopCh == (line + 8)); assert((stopCh[0] == ':') && (stopCh[1] == ':')); |