diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-04-30 12:49:47 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-04-30 12:49:47 +1000 |
commit | d3d4345e057d95d784e34be9b23e7fe07fb9a7c1 (patch) | |
tree | f59fa890e5be1d590e42a337448cecfc6b61850a /source/frontend/StarTitleScreen.hpp | |
parent | 86e229012f84744a1e878124d9a6e2991c0460bb (diff) | |
parent | 885502bf11057e7de961f178bc85ce93a9f40723 (diff) |
Merge branch 'main' into pr/218
Diffstat (limited to 'source/frontend/StarTitleScreen.hpp')
-rw-r--r-- | source/frontend/StarTitleScreen.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/frontend/StarTitleScreen.hpp b/source/frontend/StarTitleScreen.hpp index 3199247..095774f 100644 --- a/source/frontend/StarTitleScreen.hpp +++ b/source/frontend/StarTitleScreen.hpp @@ -77,6 +77,9 @@ public: String multiPlayerPassword() const; void setMultiPlayerPassword(String password); + bool multiPlayerForceLegacy() const; + void setMultiPlayerForceLegacy(bool const& forceLegacy); + private: void initMainMenu(); void initCharSelectionMenu(); @@ -122,6 +125,7 @@ private: String m_connectionPort; String m_account; String m_password; + bool m_forceLegacy; CelestialMasterDatabasePtr m_celestialDatabase; |