about summary refs log tree commit diff
path: root/src/game/localization.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/localization.h')
-rw-r--r--src/game/localization.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/localization.h b/src/game/localization.h
index 9a2016c8..c84075e2 100644
--- a/src/game/localization.h
+++ b/src/game/localization.h
@@ -19,6 +19,7 @@ class CLocalizationDatabase
 	};
 
 	sorted_array<CString> m_Strings;
+	int m_VersionCounter;
 	int m_CurrentVersion;
 	
 public: