mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-19 21:10:12 +02:00
Do not show "(client)" in window title
This commit is contained in:
parent
98416acac4
commit
fca53e4dbc
@ -37,8 +37,7 @@ SDL_Surface * screen = nullptr; //main screen surface
|
|||||||
SDL_Surface * screen2 = nullptr; //and hlp surface (used to store not-active interfaces layer)
|
SDL_Surface * screen2 = nullptr; //and hlp surface (used to store not-active interfaces layer)
|
||||||
SDL_Surface * screenBuf = screen; //points to screen (if only advmapint is present) or screen2 (else) - should be used when updating controls which are not regularly redrawed
|
SDL_Surface * screenBuf = screen; //points to screen (if only advmapint is present) or screen2 (else) - should be used when updating controls which are not regularly redrawed
|
||||||
|
|
||||||
static const std::string NAME_AFFIX = "client";
|
static const std::string NAME = GameConstants::VCMI_VERSION; //application name
|
||||||
static const std::string NAME = GameConstants::VCMI_VERSION + std::string(" (") + NAME_AFFIX + ')'; //application name
|
|
||||||
|
|
||||||
std::tuple<int, int> ScreenHandler::getSupportedScalingRange() const
|
std::tuple<int, int> ScreenHandler::getSupportedScalingRange() const
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user