(svn r8698) -Codechange: enumify the returns of VehicleEnterTile
This commit is contained in:
@@ -742,7 +742,7 @@ static void ChangeTileOwner_Water(TileIndex tile, PlayerID old_player, PlayerID
|
||||
|
||||
static uint32 VehicleEnter_Water(Vehicle *v, TileIndex tile, int x, int y)
|
||||
{
|
||||
return 0;
|
||||
return VETSB_CONTINUE;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user