Grammar and punctuation fixes.
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");
|
||||
|
||||
Reference in New Issue
Block a user