dummy_land.c
changeset 2436 7d5df545bd5d
parent 2186 db48cf29b983
child 2517 6e3832ddd0f6
--- a/dummy_land.c	Sat Sep 17 13:57:01 2005 +0000
+++ b/dummy_land.c	Sun Sep 18 20:56:44 2005 +0000
@@ -17,7 +17,7 @@
 	return GetPartialZ(ti->x&0xF, ti->y&0xF, ti->tileh) + ti->z;
 }
 
-static uint GetSlopeTileh_Dummy(TileInfo *ti) {
+static uint GetSlopeTileh_Dummy(const TileInfo *ti) {
 	return ti->tileh;
 }
 
@@ -53,7 +53,7 @@
 	/* not used */
 }
 
-static void ChangeTileOwner_Dummy(TileIndex tile, byte old_player, byte new_player)
+static void ChangeTileOwner_Dummy(TileIndex tile, PlayerID old_player, PlayerID new_player)
 {
 	/* not used */
 }