src/viewport.h
changeset 7318 632cd0497770
parent 7006 bfa3974da32b
child 7333 e48228e44be8
--- a/src/viewport.h	Tue Jul 24 13:03:24 2007 +0000
+++ b/src/viewport.h	Tue Jul 24 17:01:23 2007 +0000
@@ -41,7 +41,7 @@
 
 static inline void MaxZoomInOut(int how, Window *w)
 {
-	while (DoZoomInOutWindow(how, w) ) {};
+	while (DoZoomInOutWindow(how, w)) {};
 }
 
 void OffsetGroundSprite(int x, int y);