1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 18:35:20 +00:00

Merge remote-tracking branch 'cc9cii/branch_0_29_fixes' into openmw-29

This commit is contained in:
Marc Zinnschlag 2014-02-28 21:49:06 +01:00
commit a6e80205e1

View File

@ -219,7 +219,7 @@ LowLevelFile::LowLevelFile ()
LowLevelFile::~LowLevelFile () LowLevelFile::~LowLevelFile ()
{ {
if (mHandle == INVALID_HANDLE_VALUE) if (mHandle != INVALID_HANDLE_VALUE)
CloseHandle (mHandle); CloseHandle (mHandle);
} }