diff options
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; |