mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-22 17:19:15 +01:00
tidy water sync
This commit is contained in:
parent
23b5e664dc
commit
c4c92c357f
@ -62,7 +62,11 @@ CWaterLevel::Initialise(Const char *pWaterDat)
|
||||
#ifdef MASTER
|
||||
int32 hFile = -1;
|
||||
|
||||
while ((hFile = CFileMgr::OpenFile("DATA\\waterpro.dat", "rb")) < 0);
|
||||
do
|
||||
{
|
||||
hFile = CFileMgr::OpenFile("DATA\\waterpro.dat", "rb");
|
||||
}
|
||||
while ( hFile < 0 );
|
||||
#else
|
||||
int32 hFile = CFileMgr::OpenFile("DATA\\waterpro.dat", "rb");
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user