summaryrefslogtreecommitdiffhomepage
path: root/Stars45/NavSystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/NavSystem.cpp')
-rw-r--r--Stars45/NavSystem.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/Stars45/NavSystem.cpp b/Stars45/NavSystem.cpp
index bf27dae..877e720 100644
--- a/Stars45/NavSystem.cpp
+++ b/Stars45/NavSystem.cpp
@@ -18,6 +18,7 @@
#include "HUDSounds.h"
#include "Button.h"
#include "Game.h"
+#include "ContentBundle.h"
// +----------------------------------------------------------------------+
@@ -25,8 +26,8 @@ NavSystem::NavSystem()
: System(COMPUTER, 2, "Auto Nav System", 1, 1,1,1),
autonav(0)
{
- name = Game::GetInstance()->GetText("sys.nav-system");
- abrv = Game::GetInstance()->GetText("sys.nav-system.abrv");
+ name = ContentBundle::GetInstance()->GetText("sys.nav-system");
+ abrv = ContentBundle::GetInstance()->GetText("sys.nav-system.abrv");
power_flags = POWER_WATTS | POWER_CRITICAL;
}