This commit is contained in:
Nikolay Korolev 2020-04-14 20:16:02 +03:00
parent fbed2c4530
commit f35d2721f5
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ void CSceneEdit::LoadMovie(void)
CFileMgr::SetDir("DATA");
int fid = CFileMgr::OpenFile("movie.dat", "r");
#ifdef FIX_BUGS
if (fid > 0)
if (fid >= 0)
#endif
{
CFileMgr::Read(fid, (char*)&Movie, sizeof(Movie));