diff options
Diffstat (limited to 'src/extras/custompipes.cpp')
-rw-r--r-- | src/extras/custompipes.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extras/custompipes.cpp b/src/extras/custompipes.cpp index bb3ebd2e..d6c8e065 100644 --- a/src/extras/custompipes.cpp +++ b/src/extras/custompipes.cpp @@ -337,8 +337,8 @@ ReadTweakValueTable(char *fp, InterpolatedValue &interp) * Neo Vehicle pipe */ -int32 VehiclePipeSwitch = VEHICLEPIPE_MATFX; -float VehicleShininess = 0.7f; // the default is a bit extreme +int32 VehiclePipeSwitch = VEHICLEPIPE_NEO; +float VehicleShininess = 1.0f; float VehicleSpecularity = 1.0f; InterpolatedFloat Fresnel(0.4f); InterpolatedFloat Power(18.0f); |