From ee15e3de13643b2d09abcc5424bf8e2d916cff75 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 13 Nov 2005 13:43:55 +0000 Subject: (svn r3172) static, const --- rail_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rail_gui.c') diff --git a/rail_gui.c b/rail_gui.c index e105c6679..07f38ebc3 100644 --- a/rail_gui.c +++ b/rail_gui.c @@ -27,7 +27,7 @@ static byte _build_depot_direction; static byte _waypoint_count=1; static byte _cur_waypoint_type; -struct { +static struct { byte orientation; byte numtracks; byte platlength; -- cgit v1.2.3-54-g00ecf