mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 21:29:00 +00:00
tiny water sync
This commit is contained in:
parent
c56bfe064a
commit
0d97a31ce9
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ WaterLevelInitialise(Const char *pWaterDat)
|
||||||
CWaterLevel::ms_nNoOfWaterLevels = 0;
|
CWaterLevel::ms_nNoOfWaterLevels = 0;
|
||||||
|
|
||||||
#ifdef MASTER
|
#ifdef MASTER
|
||||||
int32 hFile;
|
int32 hFile = -1;
|
||||||
|
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue