summaryrefslogtreecommitdiff
path: root/src/win32.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-01-09 22:56:28 +0000
committerrubidium <rubidium@openttd.org>2009-01-09 22:56:28 +0000
commitc0e7434f3815e73a28e1cfe9a9b0d4eb4bf6d40b (patch)
tree378bc97d52ab0658bfed8695d1ce2f01bf572802 /src/win32.cpp
parent054787f08252150eac44afe15d413a478b00154a (diff)
downloadopenttd-c0e7434f3815e73a28e1cfe9a9b0d4eb4bf6d40b.tar.xz
(svn r14944) -Cleanup: add spaces around some operators
Diffstat (limited to 'src/win32.cpp')
-rw-r--r--src/win32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32.cpp b/src/win32.cpp
index 338253194..76e6c034e 100644
--- a/src/win32.cpp
+++ b/src/win32.cpp
@@ -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) {