town_cmd.c
changeset 1962 8254df1b359b
parent 1928 1aab00f664d7
child 1977 37bbebf94434
--- a/town_cmd.c	Tue Jun 21 14:50:08 2005 +0000
+++ b/town_cmd.c	Tue Jun 21 16:28:17 2005 +0000
@@ -1556,7 +1556,7 @@
 
 	SetDParam(0, t->index);
 
-	p = DEREF_PLAYER(_current_player);
+	p = GetPlayer(_current_player);
 	SetDParam(1, p->name_1);
 	SetDParam(2, p->name_2);