1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-26 07:59:09 +00:00

(svn r22641) -Fix (r22639): Warning about uninitialised fields.

This commit is contained in:
frosch
2011-07-07 20:35:48 +00:00
parent 84007b6f9a
commit 566a9612a0

View File

@@ -552,7 +552,7 @@ static const RailVehicleInfo _orig_rail_vehicle_info[] = {
* @param f sound effect
* @param g refittable
*/
#define SVI(a, b, c, d, e, f, g) { a, b, c, d, e, f, g, VE_DEFAULT }
#define SVI(a, b, c, d, e, f, g) { a, b, c, d, e, f, g, VE_DEFAULT, 0, 0 }
static const ShipVehicleInfo _orig_ship_vehicle_info[] = {
/* image_index capacity refittable
* | cost_factor running_cost |