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