mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
allow custom loadbar-backgrounds for campaigns
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user