mirror of
https://github.com/halpz/re3.git
synced 2025-07-27 04:32:50 +00:00
Revert "First batch of fixes (CallAndMessage)"
This reverts commit 7a3b80a9b7
.
This commit is contained in:
@ -745,10 +745,7 @@ CWaterLevel::RenderWater()
|
||||
if ( fHugeSectorDistToCamSqr >= SQR(500.0f) /*fHugeSectorNearDist*/ )
|
||||
{
|
||||
float fZ;
|
||||
#ifdef FIX_BUGS
|
||||
fZ = 0.f;
|
||||
#endif
|
||||
|
||||
|
||||
if ( aWaterBlockList[2*x+0][2*y+0] >= 0 )
|
||||
fZ = ms_aWaterZs[ aWaterBlockList[2*x+0][2*y+0] ];
|
||||
|
||||
|
Reference in New Issue
Block a user