(svn r2468) -Codechange: Got rid of DEREF_PLAYER and replaced it by GetPlayer

This commit is contained in:
celestar
2005-06-21 16:28:17 +00:00
parent 09f92807fc
commit 354058341b
26 changed files with 73 additions and 74 deletions

View File

@@ -1556,7 +1556,7 @@ static void TownActionRoadRebuild(Town *t, int action)
SetDParam(0, t->index);
p = DEREF_PLAYER(_current_player);
p = GetPlayer(_current_player);
SetDParam(1, p->name_1);
SetDParam(2, p->name_2);