subsidy_gui.c
changeset 1962 51ee4f459268
parent 1891 92a3b0aa0946
child 2159 3b634157c3b2
--- a/subsidy_gui.c	Tue Jun 21 14:50:08 2005 +0000
+++ b/subsidy_gui.c	Tue Jun 21 16:28:17 2005 +0000
@@ -112,7 +112,7 @@
 		if (s->cargo_type != 0xFF && s->age >= 12) {
 			SetupSubsidyDecodeParam(s, 1);
 
-			p = DEREF_PLAYER(GetStation(s->to)->owner);
+			p = GetPlayer(GetStation(s->to)->owner);
 			SetDParam(3, p->name_1);
 			SetDParam(4, p->name_2);