From 3a98f7a048c044ce0d870320fc0b1def0db4f7fb Mon Sep 17 00:00:00 2001 From: oy Date: Wed, 6 Oct 2010 23:07:35 +0200 Subject: added mod system. Closes #34 --- src/game/localization.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/localization.h') diff --git a/src/game/localization.h b/src/game/localization.h index e117c4ff..9a2016c8 100644 --- a/src/game/localization.h +++ b/src/game/localization.h @@ -24,7 +24,7 @@ class CLocalizationDatabase public: CLocalizationDatabase(); - bool Load(const char *pFilename, class IConsole *pConsole); + bool Load(const char *pFilename, class IStorage *pStorage, class IConsole *pConsole); int Version() { return m_CurrentVersion; } -- cgit 1.4.1