Merge branch 'NetHack-3.6.2-beta01' into NetHack-3.6.2
This commit is contained in:
@@ -1161,7 +1161,7 @@ CalculateCellSize(HWND hWnd, LPSIZE pSize, LPSIZE pWindowSize)
|
||||
hdc = GetDC(hWnd);
|
||||
|
||||
/* if windows size is specified - attempt ro stretch cells across
|
||||
the the window size. If not - make default cell size based on
|
||||
the window size. If not - make default cell size based on
|
||||
10 points font. Make sure that cell cesize does not exceeds 20 points
|
||||
*/
|
||||
if (pWindowSize->cx > 0)
|
||||
|
||||
@@ -34,7 +34,7 @@ typedef struct mswin_nethack_message_window {
|
||||
int yMax; /* maximum vertical scrolling position */
|
||||
int xPage; /* page size of horizontal scroll bar */
|
||||
int lines_last_turn; /* lines added during the last turn */
|
||||
int dont_care; /* flag the the user does not care if messages are lost */
|
||||
int dont_care; /* flag the user does not care if messages are lost */
|
||||
} NHMessageWindow, *PNHMessageWindow;
|
||||
|
||||
static TCHAR szMessageWindowClass[] = TEXT("MSNHMessageWndClass");
|
||||
|
||||
@@ -1048,7 +1048,7 @@ identifier
|
||||
outside of the standard accelerator (see above) or a
|
||||
number. If 0, the item is unaffected by any group
|
||||
accelerator. If this accelerator conflicts with
|
||||
the menu command (or their user defined alises), it loses.
|
||||
the menu command (or their user defined aliases), it loses.
|
||||
The menu commands and aliases take care not to interfere
|
||||
with the default object class symbols.
|
||||
-- If you want this choice to be preselected when the
|
||||
|
||||
Reference in New Issue
Block a user