elrail.c
changeset 4171 3fadda3afe70
parent 4159 55c50b91e5b8
child 4182 20d711816338
--- a/elrail.c	Tue Jul 25 19:18:31 2006 +0000
+++ b/elrail.c	Wed Jul 26 03:33:12 2006 +0000
@@ -126,7 +126,7 @@
   * @param tile The tile to analyse
   * @param *tileh the tileh
   */
-static void AdjustTileh(TileIndex tile, Slope* tileh)
+static void AdjustTileh(TileIndex tile, Slope *tileh)
 {
 	if (IsTileType(tile, MP_TUNNELBRIDGE)) {
 		if (IsTunnel(tile)) {