summaryrefslogtreecommitdiffhomepage
path: root/Stars45/LandingGear.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/LandingGear.cpp')
-rw-r--r--Stars45/LandingGear.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/Stars45/LandingGear.cpp b/Stars45/LandingGear.cpp
index 934ac76..086b4af 100644
--- a/Stars45/LandingGear.cpp
+++ b/Stars45/LandingGear.cpp
@@ -22,6 +22,7 @@
#include "Scene.h"
#include "Sound.h"
#include "Game.h"
+#include "ContentBundle.h"
static Sound* gear_transit_sound = 0;
@@ -31,8 +32,8 @@ LandingGear::LandingGear()
: System(MISC_SYSTEM, 0, "Landing Gear", 1, 1, 1, 1),
state(GEAR_UP), transit(0), ngear(0), clearance(0)
{
- name = Game::GetInstance()->GetText("sys.landing-gear");
- abrv = Game::GetInstance()->GetText("sys.landing-gear.abrv");
+ name = ContentBundle::GetInstance()->GetText("sys.landing-gear");
+ abrv = ContentBundle::GetInstance()->GetText("sys.landing-gear.abrv");
for (int i = 0; i < MAX_GEAR; i++) {
models[i] = 0;