summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/CmdIntelDlg.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-04-01 05:16:14 +0200
committerAki <please@ignore.pl>2024-04-01 05:21:16 +0200
commit3be3bfaa17773550a696ed2b756136debfe79ae2 (patch)
treedb55a420e43ddaa4a72140d2795892757c1672d3 /StarsEx/CmdIntelDlg.h
parent0a3451f251f360267e2927d8320787d59148eadd (diff)
downloadstarshatter-3be3bfaa17773550a696ed2b756136debfe79ae2.zip
starshatter-3be3bfaa17773550a696ed2b756136debfe79ae2.tar.gz
starshatter-3be3bfaa17773550a696ed2b756136debfe79ae2.tar.bz2
Fixed date and time consistency across Campaigns and Missions
This fixes campaign mission generation mostly, but a full playthrough will be needed. Missions now serialize and accept stardate setting a bit better. Thanks to this, date is propagated over multiplayer, too. This seems to break points system? Code-wise, this does not workaround the problems from before namely over-reliance on side-effects. Stardate class is at least one small step into good direction. Now, it'd be nice to attach clocks to simulation and campaign and whatever else that needs them.
Diffstat (limited to 'StarsEx/CmdIntelDlg.h')
-rw-r--r--StarsEx/CmdIntelDlg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/StarsEx/CmdIntelDlg.h b/StarsEx/CmdIntelDlg.h
index 8ff5fe7..98bae4f 100644
--- a/StarsEx/CmdIntelDlg.h
+++ b/StarsEx/CmdIntelDlg.h
@@ -66,7 +66,6 @@ protected:
Starshatter* stars;
Campaign* campaign;
- double update_time;
int start_scene;
Text event_scene;
};