summaryrefslogtreecommitdiffstats
path: root/src/extras/custompipes.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2021-01-20 10:12:46 +0100
committerNikolay Korolev <nickvnuk@gmail.com>2021-01-20 10:12:46 +0100
commitb1454276ed71fb5560d3f62c3b6feca75eb6410d (patch)
tree82eb9f30a0a8476281bdba03f779f277cd240424 /src/extras/custompipes.h
parentMerge branch 'lcs-dev' into lcs (diff)
parentwork on colourfilters (diff)
downloadre3-b1454276ed71fb5560d3f62c3b6feca75eb6410d.tar
re3-b1454276ed71fb5560d3f62c3b6feca75eb6410d.tar.gz
re3-b1454276ed71fb5560d3f62c3b6feca75eb6410d.tar.bz2
re3-b1454276ed71fb5560d3f62c3b6feca75eb6410d.tar.lz
re3-b1454276ed71fb5560d3f62c3b6feca75eb6410d.tar.xz
re3-b1454276ed71fb5560d3f62c3b6feca75eb6410d.tar.zst
re3-b1454276ed71fb5560d3f62c3b6feca75eb6410d.zip
Diffstat (limited to 'src/extras/custompipes.h')
-rw-r--r--src/extras/custompipes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/extras/custompipes.h b/src/extras/custompipes.h
index e83201ff..3c779e31 100644
--- a/src/extras/custompipes.h
+++ b/src/extras/custompipes.h
@@ -86,6 +86,7 @@ extern int16 QuadIndices[6];
void EnvMapRender(void);
enum {
+ VEHICLEPIPE_PSP,
VEHICLEPIPE_PS2,
VEHICLEPIPE_MOBILE,
@@ -106,6 +107,7 @@ void AttachVehiclePipe(rw::Atomic *atomic);
void AttachVehiclePipe(rw::Clump *clump);
enum {
+ WORLDPIPE_PSP,
WORLDPIPE_PS2,
WORLDPIPE_MOBILE
};