mobile building rendering

This commit is contained in:
aap
2021-01-10 19:45:58 +01:00
parent c3b6e9da43
commit 93ea98520b
14 changed files with 327 additions and 25 deletions

View File

@@ -102,6 +102,11 @@ void DestroyVehiclePipe(void);
void AttachVehiclePipe(rw::Atomic *atomic);
void AttachVehiclePipe(rw::Clump *clump);
enum {
WORLDPIPE_PS2,
WORLDPIPE_MOBILE
};
extern int32 WorldPipeSwitch;
extern bool LightmapEnable;
extern float LightmapMult;
extern InterpolatedFloat WorldLightmapBlend;