From f97d1274bc13b976aeec0d346f6dc06f3b4072c6 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 14 Oct 2005 08:11:18 +0000 Subject: (svn r3040) Don't deduce the cursor sprites when building rails from magic numbers, but fetch them from the central rail info array. --- rail.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'rail.h') diff --git a/rail.h b/rail.h index 215a291dd..ba5025dbe 100644 --- a/rail.h +++ b/rail.h @@ -171,6 +171,17 @@ typedef struct RailtypeInfo { SpriteID convert_rail; ///< button for converting rail } gui_sprites; + struct { + CursorID rail_ns; + CursorID rail_swne; + CursorID rail_ew; + CursorID rail_nwse; + CursorID autorail; + CursorID depot; + CursorID tunnel; + CursorID convert; + } cursor; + struct { StringID toolbar_caption; } strings; -- cgit v1.2.3-70-g09d2