(svn r22639) -Feature: [NewGRF] Support for ship props 14/15 (ocean/canal speed fraction).

This commit is contained in:
michi_cc
2011-07-07 14:16:22 +00:00
parent 662a0a9cd3
commit 9218c56cde
3 changed files with 17 additions and 4 deletions

View File

@@ -72,6 +72,8 @@ struct ShipVehicleInfo {
SoundID sfx;
bool old_refittable; ///< Is ship refittable; only used during initialisation. Later use EngineInfo::refit_mask.
byte visual_effect; ///< Bitstuffed NewGRF visual effect data
byte ocean_speed_frac; ///< Fraction of maximum speed for ocean tiles.
byte canal_speed_frac; ///< Fraction of maximum speed for canal/river tiles.
};
/**