diff options
author | peter1138 <peter1138@openttd.org> | 2008-02-12 20:14:14 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2008-02-12 20:14:14 +0000 |
commit | 32691590fbbc941734ac9ef09f8ece8adb55b427 (patch) | |
tree | c5a2604651488b0f08fda19c891a49131c028985 /src/table | |
parent | 0aece5ed6b66779de055a6ced3d45b5651ae65f7 (diff) | |
download | openttd-32691590fbbc941734ac9ef09f8ece8adb55b427.tar.xz |
(svn r12125) -Codechange: Remove redundant signal lookup table, and document why normal electric signals are handled specially.
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/sprites.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/table/sprites.h b/src/table/sprites.h index 842d94542..2d29082b3 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -263,6 +263,8 @@ enum Sprites { SPR_MONO_SNOW_OFFSET = 26, SPR_MGLV_SNOW_OFFSET = 26, + SPR_ORIGINAL_SIGNALS_BASE = 1275, + SPR_RAIL_SINGLE_Y = 1005, SPR_RAIL_SINGLE_X = 1006, SPR_RAIL_SINGLE_NORTH = 1007, |