(svn r12155) -Fix (r12154): some warnings (always compile before commit)

This commit is contained in:
glx
2008-02-16 00:10:03 +00:00
parent a148985087
commit d7924424ac
3 changed files with 3 additions and 3 deletions

View File

@@ -599,7 +599,7 @@ static void UpdateStationAcceptance(Station *st, bool show_msg)
TileXY(rect.min_x, rect.min_y),
rect.max_x - rect.min_x + 1,
rect.max_y - rect.min_y + 1,
_patches.modified_catchment ? FindCatchmentRadius(st) : CA_UNMODIFIED
_patches.modified_catchment ? FindCatchmentRadius(st) : (uint)CA_UNMODIFIED
);
} else {
memset(accepts, 0, sizeof(accepts));