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

actorid
Marc Zinnschlag 11 years ago
commit a6e80205e1

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

Loading…
Cancel
Save