Files @ r10116:be292ddefbc7
Branch filter:

Location: cpp/openttd-patchpack/source/src/table/files.h

translators
(svn r14300) -Update: WebTranslator2 update to 2008-09-12 17:41:59
brazilian_portuguese - 13 fixed by tucalipe (13)
catalan - 12 fixed by arnaullv (12)
danish - 9 fixed, 7 changed by ThomasA (16)
dutch - 1 changed by habell (1)
estonian - 5 fixed by kristjans (5)
galician - 98 fixed, 6 changed by Condex (104)
german - 7 fixed, 83 changed by sulai (69), dih (21)
korean - 12 fixed by leejaeuk5 (12)
romanian - 20 fixed by kneekoo (20)
slovenian - 5 fixed by Necrolyte (5)
/* $Id$ */

/** @file files.h MD5 checksum information and names of the original and extra data files. */

/*
	MD5 sums of graphics files

	DOS -

	TRG1.GRF 9311676280e5b14077a8ee41c1b42192
	TRGC.GRF ed446637e034104c5559b32c18afe78d
	TRGH.GRF ee6616fb0e6ef6b24892c58c93d86fc9
	TRGI.GRF da6a6c9dcc451eec88d79211437b76a8
	TRGT.GRF e30e8a398ae86c03dc534a8ac7dfb3b6 (German: fcde1d7e8a74197d72a62695884b909e)
	SAMPLE.CAT 422ea3dd074d2859bb51639a6e0e85da

	WINDOWS -

	TRG1R.GRF b04ce593d8c5016e07473a743d7d3358
	TRGCR.GRF 3668f410c761a050b5e7095a2b14879b
	TRGHR.GRF 06bf2b7a31766f048baac2ebe43457b1
	TRGIR.GRF 0c2484ff6be49fc63a83be6ab5c38f32
	TRGTR.GRF de53650517fe661ceaa3138c6edb0eb8
	SAMPLE.CAT 9212e81e72badd4bbe1eaeae66458e10
*/


static MD5File _sound_sets[] = {
	{ "SAMPLE.CAT", {0x42, 0x2e, 0xa3, 0xdd, 0x07, 0x4d, 0x28, 0x59, 0xbb, 0x51, 0x63, 0x9a, 0x6e, 0x0e, 0x85, 0xda}, NULL },
	{ "SAMPLE.CAT", {0x92, 0x12, 0xe8, 0x1e, 0x72, 0xba, 0xdd, 0x4b, 0xbe, 0x1e, 0xae, 0xae, 0x66, 0x45, 0x8e, 0x10}, NULL },
};