diff options
| -rw-r--r-- | src/game/localization.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/localization.cpp b/src/game/localization.cpp index 47b9fddb..ad025100 100644 --- a/src/game/localization.cpp +++ b/src/game/localization.cpp @@ -91,6 +91,7 @@ bool CLocalizationDatabase::Load(const char *pFilename, IStorage *pStorage, ICon pReplacement += 3; AddString(pLine, pReplacement); } + io_close(IoHandle); m_CurrentVersion = ++m_VersionCounter; return true; |