(svn r14944) -Cleanup: add spaces around some operators

This commit is contained in:
rubidium
2009-01-09 22:56:28 +00:00
parent c08f520acf
commit cda853872a
10 changed files with 27 additions and 27 deletions

View File

@@ -939,7 +939,7 @@ void ShowInfo(const char *str)
wchar_t help_msgW[8192];
#endif
ReleaseCapture();
_left_button_clicked =_left_button_down = false;
_left_button_clicked = _left_button_down = false;
old = MyShowCursor(true);
if (MessageBox(GetActiveWindow(), MB_TO_WIDE_BUFFER(str, help_msgW, lengthof(help_msgW)), _T("OpenTTD"), MB_ICONINFORMATION | MB_OKCANCEL) == IDCANCEL) {