From 189ca7370762dca088a13d08ccb035e364758abb Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 22 Jan 2005 20:23:18 +0000 Subject: (svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile --- station.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'station.h') diff --git a/station.h b/station.h index 34e48b91e..885701bad 100644 --- a/station.h +++ b/station.h @@ -91,7 +91,7 @@ void ModifyStationRatingAround(TileIndex tile, byte owner, int amount, uint radi TileIndex GetStationTileForVehicle(const Vehicle *v, const Station *st); void ShowStationViewWindow(int station); -void UpdateAllStationVirtCoord(); +void UpdateAllStationVirtCoord(void); VARDEF Station _stations[250]; VARDEF uint _stations_size; -- cgit v1.2.3-54-g00ecf