(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

@@ -98,7 +98,7 @@ const uint32 _send_to_depot_proc_table[] = {
DEFINE_OLD_POOL_GENERIC(Vehicle, Vehicle)
/** Function to tell if a vehicle needs to be autorenewed
* @param *p The vehicle owner
* @param *c The vehicle owner
* @return true if the vehicle is old enough for replacement
*/
bool Vehicle::NeedsAutorenewing(const Company *c) const