mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 15:35:23 +00: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