1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Merge pull request #4543 from Laserlicht/chronicles_installer

Chronicles support
This commit is contained in:
Ivan Savenko
2024-09-05 15:04:13 +03:00
committed by GitHub
33 changed files with 1057 additions and 64 deletions

View File

@@ -629,7 +629,12 @@ void CSimpleJoinScreen::startConnection(const std::string & addr, ui16 port)
}
CLoadingScreen::CLoadingScreen()
: CWindowObject(BORDERED, getBackground())
: CLoadingScreen(getBackground())
{
}
CLoadingScreen::CLoadingScreen(ImagePath background)
: CWindowObject(BORDERED, background)
{
OBJECT_CONSTRUCTION;