summaryrefslogtreecommitdiffhomepage
path: root/Stars45/FlightDeck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/FlightDeck.cpp')
-rw-r--r--Stars45/FlightDeck.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/Stars45/FlightDeck.cpp b/Stars45/FlightDeck.cpp
index d335376..df48def 100644
--- a/Stars45/FlightDeck.cpp
+++ b/Stars45/FlightDeck.cpp
@@ -37,6 +37,7 @@
#include "NetUtil.h"
#include "Game.h"
+#include "ContentBundle.h"
#include "Solid.h"
#include "Light.h"
#include "Sound.h"
@@ -188,8 +189,8 @@ FlightDeck::FlightDeck()
carrier(0), index(0), num_slots(0), slots(0), cycle_time(5), num_hoops(0), hoops(0),
azimuth(0), light(0), num_catsounds(0), num_approach_pts(0)
{
- name = Game::GetInstance()->GetText("sys.flight-deck");
- abrv = Game::GetInstance()->GetText("sys.flight-deck.abrv");
+ name = ContentBundle::GetInstance()->GetText("sys.flight-deck");
+ abrv = ContentBundle::GetInstance()->GetText("sys.flight-deck.abrv");
}
// +----------------------------------------------------------------------+