summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/ContentBundle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/ContentBundle.cpp')
-rw-r--r--StarsEx/ContentBundle.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/StarsEx/ContentBundle.cpp b/StarsEx/ContentBundle.cpp
index cd10893..99fee45 100644
--- a/StarsEx/ContentBundle.cpp
+++ b/StarsEx/ContentBundle.cpp
@@ -25,15 +25,9 @@ ContentBundle* ContentBundle::GetInstance()
// +--------------------------------------------------------------------+
-ContentBundle::ContentBundle() : ContentBundle("content", nullptr)
+ContentBundle::ContentBundle(Locale* locale)
{
-}
-
-// +--------------------------------------------------------------------+
-
-ContentBundle::ContentBundle(const char* bundle, Locale* locale)
-{
- Load(bundle, locale);
+ UseLocale(locale);
}
// +--------------------------------------------------------------------+