From 76e744bb7b9327804da788798b1c424c774b5288 Mon Sep 17 00:00:00 2001 From: aap Date: Sun, 27 Dec 2020 16:28:32 +0100 Subject: [PATCH] switch vehicle pipe default --- src/extras/custompipes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extras/custompipes.cpp b/src/extras/custompipes.cpp index abffea8f..2cecf1c0 100644 --- a/src/extras/custompipes.cpp +++ b/src/extras/custompipes.cpp @@ -341,7 +341,7 @@ ReadTweakValueTable(char *fp, InterpolatedValue &interp) * Neo Vehicle pipe */ -int32 VehiclePipeSwitch = VEHICLEPIPE_NEO; +int32 VehiclePipeSwitch = VEHICLEPIPE_MATFX; float VehicleShininess = 1.0f; float VehicleSpecularity = 1.0f; InterpolatedFloat Fresnel(0.4f);