Changeset - r2768:56376b67fdc6
[Not reviewed]
master
0 1 0
tron - 18 years ago 2005-12-18 12:17:53
tron@openttd.org
(svn r3314) Add 2 times static
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
table/files.h
Show inline comments
 
@@ -20,13 +20,13 @@
 
	TRGIR.GRF 0c2484ff6be49fc63a83be6ab5c38f32
 
	TRGTR.GRF de53650517fe661ceaa3138c6edb0eb8
 
	SAMPLE.CAT 9212e81e72badd4bbe1eaeae66458e10
 
*/
 

	
 

	
 
FileList files_dos = {
 
static FileList files_dos = {
 
	{
 
		{ "TRG1.GRF", {0x93,0x11,0x67,0x62,0x80,0xe5,0xb1,0x40,0x77,0xa8,0xee,0x41,0xc1,0xb4,0x21,0x92} },     //    0 - 4792 inclusive
 
		{ "TRGI.GRF", {0xda,0x6a,0x6c,0x9d,0xcc,0x45,0x1e,0xec,0x88,0xd7,0x92,0x11,0x43,0x7b,0x76,0xa8} },     // 4793 - 4889 inclusive
 
		{ "dosdummy.grf", {0x07,0x01,0xe6,0xc4,0x07,0x6a,0x5b,0xc3,0xf4,0x9f,0x01,0xad,0x21,0x6c,0xa0,0xc2} }, // 4890 - 4895 inclusive
 
		{ "nsignalsw.grf", {0x65,0xb9,0xd7,0x30,0x56,0x06,0xcc,0x9e,0x27,0x57,0xc8,0xe4,0x9b,0xb3,0x66,0x81} }, // 4896 - 5381 inclusive
 
		{ NULL, { 0 } }
 
@@ -34,13 +34,13 @@ FileList files_dos = {
 
	{	{ "TRGC.GRF", {0xed,0x44,0x66,0x37,0xe0,0x34,0x10,0x4c,0x55,0x59,0xb3,0x2c,0x18,0xaf,0xe7,0x8d} },
 
		{ "TRGH.GRF", {0xee,0x66,0x16,0xfb,0x0e,0x6e,0xf6,0xb2,0x48,0x92,0xc5,0x8c,0x93,0xd8,0x6f,0xc9} },
 
		{ "TRGT.GRF", {0xfc,0xde,0x1d,0x7e,0x8a,0x74,0x19,0x7d,0x72,0xa6,0x26,0x95,0x88,0x4b,0x90,0x9e} }
 
	}
 
};
 

	
 
FileList files_win = {
 
static FileList files_win = {
 
	{
 
		{ "TRG1R.GRF", {0xb0,0x4c,0xe5,0x93,0xd8,0xc5,0x01,0x6e,0x07,0x47,0x3a,0x74,0x3d,0x7d,0x33,0x58} },    //    0 - 4792 inclusive
 
		{ "TRGIR.GRF", {0x0c,0x24,0x84,0xff,0x6b,0xe4,0x9f,0xc6,0x3a,0x83,0xbe,0x6a,0xb5,0xc3,0x8f,0x32} },    // 4793 - 4895 inclusive
 
		{ "nsignalsw.grf", {0x65,0xb9,0xd7,0x30,0x56,0x06,0xcc,0x9e,0x27,0x57,0xc8,0xe4,0x9b,0xb3,0x66,0x81} }, // 4896 - 5381 inclusive
 
		{ NULL, { 0 } },
 
		{ NULL, { 0 } }
0 comments (0 inline, 0 general)