(svn r14158) -Codechange: Initialization of rail type data from static source, so data can be changed.

This commit is contained in:
peter1138
2008-08-24 23:00:11 +00:00
parent 6261063689
commit e999f189e6
4 changed files with 22 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
/** Global Railtype definition
*/
RailtypeInfo _railtypes[] = {
static const RailtypeInfo _original_railtypes[] = {
/** Railway */
{ /* Main Sprites */
{ SPR_RAIL_TRACK_Y, SPR_RAIL_TRACK_N_S, SPR_RAIL_TRACK_BASE, SPR_RAIL_SINGLE_Y, SPR_RAIL_SINGLE_X,