mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-20 05:39:23 +00:00
First batch of fixes (CallAndMessage)
This commit is contained in:
parent
5de4e88d7a
commit
7a3b80a9b7
15 changed files with 139 additions and 49 deletions
|
@ -745,7 +745,10 @@ 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] ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue