From f49d5057ee811da59d2fb57df9e67760aeac17d8 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 23 Sep 2008 15:24:15 +0000 Subject: (svn r14390) -Codechange: replace magic constants with symbolic constants. --- src/industry_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/industry_gui.cpp') diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp index b3420e3ea..e81b2ccfb 100644 --- a/src/industry_gui.cpp +++ b/src/industry_gui.cpp @@ -598,7 +598,7 @@ public: UpdateIndustryProduction(i); this->SetDirty(); - this->flags4 |= 5 << WF_TIMEOUT_SHL; + this->flags4 |= WF_TIMEOUT_BEGIN; this->clicked_line = line + 1; this->clicked_button = (x < 15 ? 1 : 2); } else if (IsInsideMM(x, 34, 160)) { -- cgit v1.2.3-54-g00ecf