1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

add possiblity to add shortcut for battle mode in main menu

This commit is contained in:
Laserlicht
2025-11-07 20:34:18 +01:00
parent a5cbf878bd
commit 0c4a0ad1f1
5 changed files with 23 additions and 12 deletions

View File

@@ -107,6 +107,7 @@ CServerHandler::CServerHandler()
, screenType(ESelectionScreen::unknown)
, serverMode(EServerMode::NONE)
, loadMode(ELoadMode::NONE)
, battleMode(false)
, client(nullptr)
{
uuid = boost::uuids::to_string(boost::uuids::random_generator()());