diff options
author | skidd13 <skidd13@openttd.org> | 2007-11-18 13:55:23 +0000 |
---|---|---|
committer | skidd13 <skidd13@openttd.org> | 2007-11-18 13:55:23 +0000 |
commit | 9737bf20c065a569399fe606d2e764634529b578 (patch) | |
tree | fdf8dc875f52dd1b6d6757149dfc551ff8ff5b51 /src/table | |
parent | b48c5a3c92c9e6b2e68cf8b496689380a3ded5ff (diff) | |
download | openttd-9737bf20c065a569399fe606d2e764634529b578.tar.xz |
(svn r11457) -Fix: (r11455) Reenable the accidentaly removed one way roads option
-Change: Enable one way roads like the remove via a toolbar icon
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/files.h | 4 | ||||
-rw-r--r-- | src/table/sprites.h | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/src/table/files.h b/src/table/files.h index 80c05843f..8c46215d3 100644 --- a/src/table/files.h +++ b/src/table/files.h @@ -34,7 +34,7 @@ static FileList files_dos = { }, { "SAMPLE.CAT", {0x42, 0x2e, 0xa3, 0xdd, 0x07, 0x4d, 0x28, 0x59, 0xbb, 0x51, 0x63, 0x9a, 0x6e, 0x0e, 0x85, 0xda} }, { "CHARS.GRF", {0x5f, 0x2e, 0xbf, 0x05, 0xb6, 0x12, 0x65, 0x81, 0xd2, 0x10, 0xa9, 0x19, 0x62, 0x41, 0x70, 0x64} }, - { "OPENTTDD.GRF", {0x85, 0x5f, 0x38, 0xa6, 0xb2, 0xc9, 0xd7, 0x51, 0xaa, 0xca, 0x0d, 0xae, 0xd9, 0x8d, 0x71, 0x98} } + { "OPENTTDD.GRF", {0x4a, 0x9e, 0x0d, 0x41, 0x9e, 0x66, 0x13, 0x17, 0xb9, 0x61, 0x81, 0xc7, 0xca, 0xef, 0x6b, 0xdc} } }; static FileList files_win = { @@ -48,5 +48,5 @@ static FileList files_win = { }, { "SAMPLE.CAT", {0x92, 0x12, 0xe8, 0x1e, 0x72, 0xba, 0xdd, 0x4b, 0xbe, 0x1e, 0xae, 0xae, 0x66, 0x45, 0x8e, 0x10} }, { "CHARS.GRF", {0x5f, 0x2e, 0xbf, 0x05, 0xb6, 0x12, 0x65, 0x81, 0xd2, 0x10, 0xa9, 0x19, 0x62, 0x41, 0x70, 0x64} }, - { "OPENTTDW.GRF", {0x3e, 0xff, 0xe8, 0x43, 0xc9, 0x31, 0xf6, 0x9d, 0x0b, 0x40, 0xb1, 0x64, 0xbf, 0x16, 0xde, 0x5a} } + { "OPENTTDW.GRF", {0xe7, 0xe5, 0x4a, 0x12, 0x5c, 0xec, 0x46, 0x53, 0x1d, 0x37, 0x0a, 0xf4, 0x69, 0xf7, 0x4a, 0x9c} } }; diff --git a/src/table/sprites.h b/src/table/sprites.h index b68118552..5c1f72acf 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -47,7 +47,7 @@ enum Sprites { /* Extra graphic spritenumbers */ SPR_OPENTTD_BASE = 4896, - OPENTTD_SPRITE_COUNT = 134, + OPENTTD_SPRITE_COUNT = 135, /* Halftile-selection sprites */ SPR_HALFTILE_SELECTION_FLAT = SPR_OPENTTD_BASE, @@ -1238,6 +1238,7 @@ enum Sprites { SPR_IMG_BRIDGE = 2594, SPR_IMG_ROAD_TUNNEL = 2429, SPR_IMG_REMOVE = 714, + SPR_IMG_ROAD_ONE_WAY = SPR_OPENTTD_BASE + 134, SPR_IMG_TRAMWAY_Y_DIR = SPR_TRAMWAY_BASE + 0, SPR_IMG_TRAMWAY_X_DIR = SPR_TRAMWAY_BASE + 1, SPR_IMG_AUTOTRAM = SPR_OPENTTD_BASE + 84, |