summaryrefslogtreecommitdiffhomepage
path: root/StarsEx
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-03-28 02:00:58 +0100
committerAki <please@ignore.pl>2024-03-28 02:01:19 +0100
commit4215f1e372e327703ae0e4619688f1cbbd3ade54 (patch)
treeb9e6dfb8fcdf942e10d97a73896281eab0f352f7 /StarsEx
parentf4bde3dd48c9c52cc2d4a2cd2381d13efe1f154a (diff)
downloadstarshatter-4215f1e372e327703ae0e4619688f1cbbd3ade54.zip
starshatter-4215f1e372e327703ae0e4619688f1cbbd3ade54.tar.gz
starshatter-4215f1e372e327703ae0e4619688f1cbbd3ade54.tar.bz2
Trick players into picking Standard flight Model by default
Diffstat (limited to 'StarsEx')
-rw-r--r--StarsEx/FirstTimeDlg.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/StarsEx/FirstTimeDlg.cpp b/StarsEx/FirstTimeDlg.cpp
index 8d2eaa0..1a25bdc 100644
--- a/StarsEx/FirstTimeDlg.cpp
+++ b/StarsEx/FirstTimeDlg.cpp
@@ -63,6 +63,9 @@ FirstTimeDlg::Show()
if (!IsShown())
FormWindow::Show();
+ if (cmb_playstyle)
+ cmb_playstyle->SetSelection(1);
+
if (edt_name)
edt_name->SetText("Noobie");
}