diff options
author | aap <aap@papnet.eu> | 2021-01-25 10:30:47 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2021-01-25 10:30:57 +0100 |
commit | 4f591aa87a63fb54fb86a686e023259fd600b081 (patch) | |
tree | 30b26a29f0a6571b43503349de67eb40e838fe06 /src/extras/custompipes.cpp | |
parent | Merge pull request #984 from aap/lcs (diff) | |
download | re3-4f591aa87a63fb54fb86a686e023259fd600b081.tar re3-4f591aa87a63fb54fb86a686e023259fd600b081.tar.gz re3-4f591aa87a63fb54fb86a686e023259fd600b081.tar.bz2 re3-4f591aa87a63fb54fb86a686e023259fd600b081.tar.lz re3-4f591aa87a63fb54fb86a686e023259fd600b081.tar.xz re3-4f591aa87a63fb54fb86a686e023259fd600b081.tar.zst re3-4f591aa87a63fb54fb86a686e023259fd600b081.zip |
Diffstat (limited to '')
-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 390ec475..a874343d 100644 --- a/src/extras/custompipes.cpp +++ b/src/extras/custompipes.cpp @@ -370,7 +370,7 @@ AttachVehiclePipe(rw::Clump *clump) * Neo World pipe */ -int32 WorldPipeSwitch = 0; +int32 WorldPipeSwitch = WORLDPIPE_PS2; bool LightmapEnable; float LightmapMult = 1.0f; InterpolatedFloat WorldLightmapBlend(1.0f); |