From cabecb7fa937b5e4efa859ea62722468f91a5089 Mon Sep 17 00:00:00 2001 From: oy Date: Wed, 18 Aug 2010 00:06:00 +0200 Subject: added output level for console print function, categorised the debug messages and merged them into the new functionality. Closes #8 --- 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 2e96ef04..e117c4ff 100644 --- a/src/game/localization.h +++ b/src/game/localization.h @@ -24,7 +24,7 @@ class CLocalizationDatabase public: CLocalizationDatabase(); - bool Load(const char *pFilename); + bool Load(const char *pFilename, class IConsole *pConsole); int Version() { return m_CurrentVersion; } -- cgit 1.4.1