equal
deleted
inserted
replaced
291 |
291 |
292 // XXX: check if a wagon |
292 // XXX: check if a wagon |
293 return AiChooseTrainToBuild(v->u.rail.railtype, avail_money, 0, v->tile); |
293 return AiChooseTrainToBuild(v->u.rail.railtype, avail_money, 0, v->tile); |
294 } |
294 } |
295 |
295 |
296 static EngineID AiChooseShipToReplaceWith(const Company *p, const Vehicle *v) |
296 static EngineID AiChooseShipToReplaceWith(const Company *c, const Vehicle *v) |
297 { |
297 { |
298 /* Ships are not implemented in this (broken) AI */ |
298 /* Ships are not implemented in this (broken) AI */ |
299 return INVALID_ENGINE; |
299 return INVALID_ENGINE; |
300 } |
300 } |
301 |
301 |