summaryrefslogtreecommitdiffstats
path: root/src/extras/custompipes.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-12-27 16:28:32 +0100
committeraap <aap@papnet.eu>2020-12-27 16:28:32 +0100
commit76e744bb7b9327804da788798b1c424c774b5288 (patch)
treee675649560c8cb98b8595ee5421b77664a3a800c /src/extras/custompipes.cpp
parentlittle hack to make new postfx not crash (diff)
downloadre3-76e744bb7b9327804da788798b1c424c774b5288.tar
re3-76e744bb7b9327804da788798b1c424c774b5288.tar.gz
re3-76e744bb7b9327804da788798b1c424c774b5288.tar.bz2
re3-76e744bb7b9327804da788798b1c424c774b5288.tar.lz
re3-76e744bb7b9327804da788798b1c424c774b5288.tar.xz
re3-76e744bb7b9327804da788798b1c424c774b5288.tar.zst
re3-76e744bb7b9327804da788798b1c424c774b5288.zip
Diffstat (limited to '')
-rw-r--r--src/extras/custompipes.cpp2
1 files changed, 1 insertions, 1 deletions
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);