From a419f4aedadc526377d24e30bfd967e29255498e Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 13 Feb 2007 10:26:53 +0000 Subject: (svn r8698) -Codechange: enumify the returns of VehicleEnterTile --- src/openttd.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/openttd.h') diff --git a/src/openttd.h b/src/openttd.h index 0126d72c8..b4581ea36 100644 --- a/src/openttd.h +++ b/src/openttd.h @@ -361,10 +361,7 @@ typedef void ClickTileProc(TileIndex tile); typedef void AnimateTileProc(TileIndex tile); typedef void TileLoopProc(TileIndex tile); typedef void ChangeTileOwnerProc(TileIndex tile, PlayerID old_player, PlayerID new_player); -/* Return value has bit 0x2 set, when the vehicle enters a station. Then, - * result << 8 contains the id of the station entered. If the return value has - * bit 0x8 set, the vehicle could not and did not enter the tile. Are there - * other bits that can be set? */ +/** @see VehicleEnterTileStatus to see what the return values mean */ typedef uint32 VehicleEnterTileProc(Vehicle *v, TileIndex tile, int x, int y); typedef Slope GetSlopeTilehProc(TileIndex, Slope tileh); -- cgit v1.2.3-54-g00ecf