From 89ab59f0cb63f15bea903c9f0b5c08c1842e1647 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 11 Jan 2012 18:47:32 +0000 Subject: (svn r23787) -Fix: add some missing spaces --- src/town_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/town_gui.cpp') diff --git a/src/town_gui.cpp b/src/town_gui.cpp index 4ca862eea..0f7f4e399 100644 --- a/src/town_gui.cpp +++ b/src/town_gui.cpp @@ -309,7 +309,7 @@ public: this->FinishInitNested(desc, window_number); - this->flags|= WF_DISABLE_VP_SCROLL; + this->flags |= WF_DISABLE_VP_SCROLL; NWidgetViewport *nvp = this->GetWidget(WID_TV_VIEWPORT); nvp->InitializeViewport(this, this->town->xy, ZOOM_LVL_NEWS); -- cgit v1.2.3-54-g00ecf