From c0eaa2ef4173db01df253319f70df9301c5dc389 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Tue, 9 May 2006 11:39:23 +0000 Subject: (svn r4792) - Codechange: change a uint to a uint16 to avoid a signed/unsigned warning from some compilers. --- 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 96b39e1c0..071bcedc9 100644 --- a/rail_gui.c +++ b/rail_gui.c @@ -686,7 +686,7 @@ static void StationBuildWndProc(Window *w, WindowEvent *e) DrawStationCoverageAreaText(2, 166 + y_offset, (uint)-1, rad); if (newstations) { - uint i; + uint16 i; uint y = 35; for (i = w->vscroll.pos; i < _railstation.station_count && i < w->vscroll.pos + w->vscroll.cap; i++) { -- cgit v1.2.3-54-g00ecf