From 17d1b522bc1b38390a3872820dbc812557ac1d71 Mon Sep 17 00:00:00 2001 From: smatz Date: Sun, 23 Dec 2007 21:02:40 +0000 Subject: (svn r11689) -Fix: compilation error and most of warnings for gcc 4.3 --- src/rail_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rail_gui.cpp') diff --git a/src/rail_gui.cpp b/src/rail_gui.cpp index 8ffcddc2b..00037911d 100644 --- a/src/rail_gui.cpp +++ b/src/rail_gui.cpp @@ -1173,7 +1173,7 @@ enum BuildSignalWidgets { * @param xrel the relativ x value of the sprite in the grf * @param xsize the width of the sprite */ -static const void DrawSignalSprite(const Window *w, byte widget_index, SpriteID image, int8 xrel, uint8 xsize) +static void DrawSignalSprite(const Window *w, byte widget_index, SpriteID image, int8 xrel, uint8 xsize) { DrawSprite(image + w->IsWidgetLowered(widget_index), PAL_NONE, w->widget[widget_index].left + (w->widget[widget_index].right - w->widget[widget_index].left) / 2 - xrel - xsize / 2 + -- cgit v1.2.3-54-g00ecf