1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-03 13:01:33 +02:00

Revert "Auxiliary commit to revert individual files from fb4db41891e157f4f7d72ee759141754d2df680c"

This reverts commit 46d35541b453b6c026c457bf0c788f79311968b3.
This commit is contained in:
nordsoft 2023-04-13 12:45:10 +04:00
parent fb4db41891
commit e28dd128e0
2 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@ public:
void sendMessage(const std::string & txt) const override; void sendMessage(const std::string & txt) const override;
void sendGuiAction(ui8 action) const override; void sendGuiAction(ui8 action) const override;
void sendRestartGame() const override; void sendRestartGame() const override;
void sendStartGame(bool allowOnlyAI = true) const override; void sendStartGame(bool allowOnlyAI = false) const override;
void startGameplay(VCMI_LIB_WRAP_NAMESPACE(CGameState) * gameState = nullptr); void startGameplay(VCMI_LIB_WRAP_NAMESPACE(CGameState) * gameState = nullptr);
void endGameplay(bool closeConnection = true, bool restart = false); void endGameplay(bool closeConnection = true, bool restart = false);

View File

@ -22,7 +22,7 @@ public:
~CLobbyScreen(); ~CLobbyScreen();
void toggleTab(std::shared_ptr<CIntObject> tab) override; void toggleTab(std::shared_ptr<CIntObject> tab) override;
void startCampaign(); void startCampaign();
void startScenario(bool allowOnlyAI = true); void startScenario(bool allowOnlyAI = false);
void toggleMode(bool host); void toggleMode(bool host);
void toggleChat(); void toggleChat();