mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
Merge remote-tracking branch 'cc9cii/branch_0_29_fixes' into openmw-29
This commit is contained in:
commit
a6e80205e1
@ -219,7 +219,7 @@ LowLevelFile::LowLevelFile ()
|
||||
|
||||
LowLevelFile::~LowLevelFile ()
|
||||
{
|
||||
if (mHandle == INVALID_HANDLE_VALUE)
|
||||
if (mHandle != INVALID_HANDLE_VALUE)
|
||||
CloseHandle (mHandle);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user