Functions to find the right command for certain vehicle type */
| 255 | |
| 256 | /* Functions to find the right command for certain vehicle type */ |
| 257 | inline StringID GetCmdBuildVehMsg(VehicleType type) |
| 258 | { |
| 259 | return _veh_build_msg_table[type]; |
| 260 | } |
| 261 | |
| 262 | inline StringID GetCmdBuildVehMsg(const BaseVehicle *v) |
| 263 | { |