forked from mirror/openmw-tes3mp
Merge remote-tracking branch 'cc9cii/branch_0_29_fixes' into openmw-29
This commit is contained in:
commit
a6e80205e1
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ LowLevelFile::LowLevelFile ()
|
|||
|
||||
LowLevelFile::~LowLevelFile ()
|
||||
{
|
||||
if (mHandle == INVALID_HANDLE_VALUE)
|
||||
if (mHandle != INVALID_HANDLE_VALUE)
|
||||
CloseHandle (mHandle);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue