diff options
author | aap <aap@papnet.eu> | 2021-01-19 11:38:51 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2021-01-19 11:38:51 +0100 |
commit | 8baae4c77ff85e6fb1cacd428162804080998069 (patch) | |
tree | 63c90940449949019d601f09421e234d734aa576 /src/extras/custompipes.h | |
parent | fix handbrake (diff) | |
download | re3-8baae4c77ff85e6fb1cacd428162804080998069.tar re3-8baae4c77ff85e6fb1cacd428162804080998069.tar.gz re3-8baae4c77ff85e6fb1cacd428162804080998069.tar.bz2 re3-8baae4c77ff85e6fb1cacd428162804080998069.tar.lz re3-8baae4c77ff85e6fb1cacd428162804080998069.tar.xz re3-8baae4c77ff85e6fb1cacd428162804080998069.tar.zst re3-8baae4c77ff85e6fb1cacd428162804080998069.zip |
Diffstat (limited to 'src/extras/custompipes.h')
-rw-r--r-- | src/extras/custompipes.h | 2 |
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 }; |