water_cmd.c
changeset 2436 177cb6a8339f
parent 2261 3f78323707bb
child 2493 d834d0c1502a
--- a/water_cmd.c	Sat Sep 17 13:57:01 2005 +0000
+++ b/water_cmd.c	Sun Sep 18 20:56:44 2005 +0000
@@ -388,7 +388,7 @@
 
 #include "table/water_land.h"
 
-static void DrawWaterStuff(TileInfo *ti, const WaterDrawTileStruct *wdts,
+static void DrawWaterStuff(const TileInfo *ti, const WaterDrawTileStruct *wdts,
 	uint32 palette, uint base
 )
 {
@@ -451,7 +451,7 @@
 	return GetPartialZ(ti->x&0xF, ti->y&0xF, ti->tileh) + ti->z;
 }
 
-static uint GetSlopeTileh_Water(TileInfo *ti)
+static uint GetSlopeTileh_Water(const TileInfo *ti)
 {
 	return ti->tileh;
 }
@@ -693,7 +693,7 @@
 	}
 }
 
-static void ChangeTileOwner_Water(TileIndex tile, byte old_player, byte new_player)
+static void ChangeTileOwner_Water(TileIndex tile, PlayerID old_player, PlayerID new_player)
 {
 	if (!IsTileOwner(tile, old_player)) return;