1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Center system option window.

This commit is contained in:
Frank Zago
2009-10-23 01:20:16 +00:00
parent ed9b75b447
commit ddfe2e6f43
2 changed files with 13 additions and 13 deletions

View File

@ -1581,7 +1581,7 @@ void CAdvMapInt::fadventureOPtions()
void CAdvMapInt::fsystemOptions()
{
CSystemOptionsWindow * sysopWindow = new CSystemOptionsWindow(genRect(487, 481, 159, 57), LOCPLINT);
CSystemOptionsWindow * sysopWindow = new CSystemOptionsWindow(center(genRect(487, 481, 0, 0)), LOCPLINT);
GH.pushInt(sysopWindow);
}