diff options
author | tron <tron@openttd.org> | 2005-12-18 12:17:53 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-12-18 12:17:53 +0000 |
commit | 3561a3068ebd48d8f732042ab92f4d7c400acd0c (patch) | |
tree | c45fbbc90e032f1e85462ba8f803fcda5b421094 /table | |
parent | b06b3e2ca2789867580a5227ec346cd69a84eb53 (diff) | |
download | openttd-3561a3068ebd48d8f732042ab92f4d7c400acd0c.tar.xz |
(svn r3314) Add 2 times static
Diffstat (limited to 'table')
-rw-r--r-- | table/files.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/table/files.h b/table/files.h index d766eeb4f..74b20ed13 100644 --- a/table/files.h +++ b/table/files.h @@ -23,7 +23,7 @@ */ -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 @@ -37,7 +37,7 @@ FileList files_dos = { } }; -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 |