1
0
mirror of https://github.com/td512/re3.git synced 2026-04-26 04:36:51 +00:00

switch vehicle pipe default

This commit is contained in:
aap
2020-12-27 16:28:32 +01:00
parent 5a74495d7b
commit 76e744bb7b

View File

@@ -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);