~ubuntu-branches/debian/squeeze/openttd/squeeze

« back to all changes in this revision

Viewing changes to src/vehicle_func.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthijs Kooijman
  • Date: 2008-08-08 11:07:05 UTC
  • mfrom: (1.1.4 upstream) (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080808110705-zq0eo95c4pexg70i
* New upstream release.
  - Fixes remote crash vulnerability CVE-2008-3547. Closes: #493714

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: vehicle_func.h 13017 2008-05-08 17:30:02Z rubidium $ */
 
1
/* $Id: vehicle_func.h 13827 2008-07-25 19:54:14Z rubidium $ */
2
2
 
3
3
/** @vehicle.h Functions related to vehicles. */
4
4
 
63
63
 
64
64
UnitID GetFreeUnitNumber(VehicleType type);
65
65
 
66
 
void TrainConsistChanged(Vehicle *v);
 
66
void TrainConsistChanged(Vehicle *v, bool same_length);
67
67
void TrainPowerChanged(Vehicle *v);
68
68
Money GetTrainRunningCost(const Vehicle *v);
69
69