Mercurial > mm7
changeset 1706:7153ee05d088
Fixed window shrink due to menu
author | Nomad |
---|---|
date | Mon, 23 Sep 2013 22:58:32 +0200 |
parents | 33c7cc2d48d5 |
children | be43171d7bc6 |
files | Player.cpp mm7_2.cpp |
diffstat | 2 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Player.cpp Sun Sep 22 20:38:24 2013 +0600 +++ b/Player.cpp Mon Sep 23 22:58:32 2013 +0200 @@ -2068,8 +2068,6 @@ } } } -// 4EDEA0: using guessed type int dword_4EDEA0[]; -// 4EDEB4: using guessed type int dword_4EDEB4[]; //----- (0048D88B) -------------------------------------------------------- int Player::StealFromActor(unsigned int uActorID, int _steal_perm, int reputation)
--- a/mm7_2.cpp Sun Sep 22 20:38:24 2013 +0600 +++ b/mm7_2.cpp Mon Sep 23 22:58:32 2013 +0200 @@ -4295,6 +4295,10 @@ int window_total_width = client_width + window_borders_width, window_total_height = client_height + window_borders_height; + + if (GetMenu(hwnd)) + window_total_height += GetSystemMetrics(SM_CYMENU); + MoveWindow(hWnd, (GetSystemMetrics(SM_CXSCREEN) - window_total_width) / 2, (GetSystemMetrics(SM_CYSCREEN) - window_total_height) / 2, window_total_width, @@ -5111,6 +5115,7 @@ bool MM_Main(const wchar_t *pCmdLine) { IntegrityTest(); + char test[1024]; sprintfex(test, "^Pi[%s]: знахар^R[ь;ка;]", "Золтан");