summaryrefslogtreecommitdiff
path: root/video/win32_v.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-02-01 07:36:15 +0000
committertron <tron@openttd.org>2006-02-01 07:36:15 +0000
commit1c3e8630feb95e7202c83984620aced872a5da77 (patch)
treea7d69d6390e8880d090f15560161694c3ce6126d /video/win32_v.c
parent9712d6f639c2a32aac05c22ff17cdb3ee32a977d (diff)
downloadopenttd-1c3e8630feb95e7202c83984620aced872a5da77.tar.xz
(svn r3511) More whitespace ([FS#46] by Rubidium)
Diffstat (limited to 'video/win32_v.c')
-rw-r--r--video/win32_v.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/win32_v.c b/video/win32_v.c
index 87533a551..989d7ff4a 100644
--- a/video/win32_v.c
+++ b/video/win32_v.c
@@ -709,7 +709,7 @@ static void Win32GdiMainLoop(void)
_wnd.running = true;
- while(true) {
+ for (;;) {
while (PeekMessage(&mesg, NULL, 0, 0, PM_REMOVE)) {
InteractiveRandom(); // randomness
TranslateMessage(&mesg);