diff options
author | aap <aap@papnet.eu> | 2021-01-12 13:41:22 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2021-01-12 13:41:29 +0100 |
commit | 9b2037419f96c6627cb5f2a6f9d127ef1dcdb9df (patch) | |
tree | a7873279062f306cfc0371d29d4b015a5920642e /src/extras/custompipes.h | |
parent | Merge pull request #948 from Sergeanur/lcsPR/CutsceneMgr (diff) | |
download | re3-9b2037419f96c6627cb5f2a6f9d127ef1dcdb9df.tar re3-9b2037419f96c6627cb5f2a6f9d127ef1dcdb9df.tar.gz re3-9b2037419f96c6627cb5f2a6f9d127ef1dcdb9df.tar.bz2 re3-9b2037419f96c6627cb5f2a6f9d127ef1dcdb9df.tar.lz re3-9b2037419f96c6627cb5f2a6f9d127ef1dcdb9df.tar.xz re3-9b2037419f96c6627cb5f2a6f9d127ef1dcdb9df.tar.zst re3-9b2037419f96c6627cb5f2a6f9d127ef1dcdb9df.zip |
Diffstat (limited to '')
-rw-r--r-- | src/extras/custompipes.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/extras/custompipes.h b/src/extras/custompipes.h index a80546ef..9674a6d1 100644 --- a/src/extras/custompipes.h +++ b/src/extras/custompipes.h @@ -86,8 +86,11 @@ extern int16 QuadIndices[6]; void EnvMapRender(void); enum { - VEHICLEPIPE_MATFX, - VEHICLEPIPE_NEO + VEHICLEPIPE_PS2, + VEHICLEPIPE_MOBILE, + +// maybe later again... + VEHICLEPIPE_NEO = -1 }; extern int32 VehiclePipeSwitch; extern float VehicleShininess; |