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