From 10d54ac604b2d4d761877de1ceda07ceb3aa96bf Mon Sep 17 00:00:00 2001 From: truelight Date: Sun, 5 Sep 2004 16:15:22 +0000 Subject: (svn r160) -Codechange: made GetTileTrackStatus more readable (blathijs) -Fix: some minor fixes around GetTileTrackStatus (blathijs) --- functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.h') diff --git a/functions.h b/functions.h index 9cb23d52a..faf450e2c 100644 --- a/functions.h +++ b/functions.h @@ -20,7 +20,7 @@ void RunTileLoop(); uint GetPartialZ(int x, int y, int corners); uint GetSlopeZ(int x, int y); -uint32 GetTileTrackStatus(uint tile, int mode); +uint32 GetTileTrackStatus(uint tile, TransportType mode); void GetAcceptedCargo(uint tile, AcceptedCargo *ac); void ChangeTileOwner(uint tile, byte old_player, byte new_player); void AnimateTile(uint tile); -- cgit v1.2.3-54-g00ecf