(svn r14448) -Codechange [FS#2328]: rename a few variables (based on a patch by planetmaker)

This commit is contained in:
smatz
2008-10-07 20:57:41 +00:00
parent b3726f4c7c
commit 1906aa2bbb
7 changed files with 14 additions and 14 deletions

View File

@@ -293,7 +293,7 @@ static EngineID AiChooseTrainToReplaceWith(const Company *c, const Vehicle *v)
return AiChooseTrainToBuild(v->u.rail.railtype, avail_money, 0, v->tile);
}
static EngineID AiChooseShipToReplaceWith(const Company *p, const Vehicle *v)
static EngineID AiChooseShipToReplaceWith(const Company *c, const Vehicle *v)
{
/* Ships are not implemented in this (broken) AI */
return INVALID_ENGINE;