Callback 36 handlers */
| 1222 | |
| 1223 | /* Callback 36 handlers */ |
| 1224 | int GetVehicleProperty(const Vehicle *v, PropertyID property, int orig_value, bool is_signed) |
| 1225 | { |
| 1226 | return GetEngineProperty(v->engine_type, property, orig_value, v, is_signed); |
| 1227 | } |
| 1228 | |
| 1229 | |
| 1230 | int GetEngineProperty(EngineID engine, PropertyID property, int orig_value, const Vehicle *v, bool is_signed) |
no test coverage detected