mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Merge with develop
This commit is contained in:
parent
391706c1d8
commit
2ce1a63026
1 changed files with 2 additions and 14 deletions
|
@ -3450,21 +3450,9 @@ class CHandlerGameConfigApply : public IActionHandler
|
||||||
{
|
{
|
||||||
uint32 width, height;
|
uint32 width, height;
|
||||||
Driver->getWindowSize(width, height);
|
Driver->getWindowSize(width, height);
|
||||||
|
|
||||||
// window is too large
|
|
||||||
if (width >= screenMode.Width || height >= screenMode.Height)
|
|
||||||
{
|
|
||||||
// choose a smaller size
|
|
||||||
w = 1024;
|
|
||||||
h = 768;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
// take previous mode
|
|
||||||
w = width;
|
w = width;
|
||||||
h = height;
|
h = height;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
ClientCfg.Width = w;
|
ClientCfg.Width = w;
|
||||||
ClientCfg.Height = h;
|
ClientCfg.Height = h;
|
||||||
|
|
Loading…
Reference in a new issue