diff options
author | Bottinator22 <bottinator22@gmail.com> | 2025-04-25 00:27:10 -0700 |
---|---|---|
committer | Bottinator22 <bottinator22@gmail.com> | 2025-04-25 00:27:10 -0700 |
commit | 621864b9b00ba7a9ae0fceb0a7db3ace6d4906b9 (patch) | |
tree | 6e85c4e1980fb648772446c8f8db994e5a71fdc2 /source/frontend/StarTitleScreen.hpp | |
parent | 6369ba9ec72f097d8cc9ab06bed0c6816da516c8 (diff) |
allow forcing legacy connections
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; |