economy.c
changeset 4330 7306bda145ab
parent 4329 9759d5c52010
child 4344 5d0e40cd67b9
--- a/economy.c	Sun Aug 20 19:05:28 2006 +0000
+++ b/economy.c	Sun Aug 20 19:31:58 2006 +0000
@@ -844,7 +844,7 @@
 	return tp;
 }
 
-void DeleteSubsidyWithIndustry(uint16 index)
+void DeleteSubsidyWithIndustry(IndustryID index)
 {
 	Subsidy *s;
 
@@ -857,7 +857,7 @@
 	}
 }
 
-void DeleteSubsidyWithStation(uint16 index)
+void DeleteSubsidyWithStation(StationID index)
 {
 	Subsidy *s;
 	bool dirty = false;