rail_gui.c
changeset 3796 4176bf40364e
parent 3792 2eb8388731bf
child 3900 4984308f9125
--- a/rail_gui.c	Tue May 09 10:35:13 2006 +0000
+++ b/rail_gui.c	Tue May 09 11:39:23 2006 +0000
@@ -686,7 +686,7 @@
 		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++) {