mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-23 16:21:50 +01:00
use macro for waterlevel z offset
This commit is contained in:
parent
c193ade58b
commit
5dfe396af3
@ -73,7 +73,7 @@ RwRaster *gpWaterEnvBaseRaster;
|
|||||||
RwRaster *gpWaterWakeRaster;
|
RwRaster *gpWaterWakeRaster;
|
||||||
|
|
||||||
bool _bSeaLife;
|
bool _bSeaLife;
|
||||||
float _fWaterZOffset = 0.5f;
|
float _fWaterZOffset = WATER_Z_OFFSET;
|
||||||
|
|
||||||
#ifdef PC_WATER
|
#ifdef PC_WATER
|
||||||
float fEnvScale = 0.25f;
|
float fEnvScale = 0.25f;
|
||||||
|
Loading…
Reference in New Issue
Block a user