From 9b2037419f96c6627cb5f2a6f9d127ef1dcdb9df Mon Sep 17 00:00:00 2001 From: aap Date: Tue, 12 Jan 2021 13:41:22 +0100 Subject: mobile vehicle rendering --- src/extras/custompipes.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/extras/custompipes.h') 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; -- cgit v1.2.3