summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/CmdForceDlg.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-09 22:16:27 +0200
committerAki <please@ignore.pl>2022-04-09 22:16:27 +0200
commit37d4fd61b47137b4f4bc6209c8ecec56981c2007 (patch)
tree575613d86589476ad0edaeba67609e66c238c895 /StarsEx/CmdForceDlg.cpp
parentaebbb4e305483efee3a714c443badd7edc60675b (diff)
downloadstarshatter-37d4fd61b47137b4f4bc6209c8ecec56981c2007.zip
starshatter-37d4fd61b47137b4f4bc6209c8ecec56981c2007.tar.gz
starshatter-37d4fd61b47137b4f4bc6209c8ecec56981c2007.tar.bz2
Removed dependency on Starshatter in some dialogs and mission gens
Diffstat (limited to 'StarsEx/CmdForceDlg.cpp')
-rw-r--r--StarsEx/CmdForceDlg.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/StarsEx/CmdForceDlg.cpp b/StarsEx/CmdForceDlg.cpp
index 91f8cb6..508ff01 100644
--- a/StarsEx/CmdForceDlg.cpp
+++ b/StarsEx/CmdForceDlg.cpp
@@ -14,7 +14,6 @@
#include "CmdForceDlg.h"
#include "CmdMsgDlg.h"
#include "CmpnScreen.h"
-#include "Starshatter.h"
#include "Campaign.h"
#include "Combatant.h"
#include "CombatAssignment.h"
@@ -53,10 +52,9 @@ DEF_MAP_CLIENT(CmdForceDlg, OnTransfer);
CmdForceDlg::CmdForceDlg(Screen* s, FormDef& def, CmpnScreen* mgr)
: FormWindow(s, 0, 0, s->Width(), s->Height()), manager(mgr), CmdDlg(mgr),
cmb_forces(0), lst_combat(0), lst_desc(0),
- stars(0), campaign(0), current_group(0), current_unit(0),
+ campaign(0), current_group(0), current_unit(0),
btn_transfer(0)
{
- stars = Starshatter::GetInstance();
campaign = Campaign::GetCampaign();
Init(def);