src/industry_gui.cpp
changeset 10180 a99cf854c6d0
parent 10145 849ba8b8626b
child 10207 c291a21b304e
--- a/src/industry_gui.cpp	Mon Sep 22 19:58:46 2008 +0000
+++ b/src/industry_gui.cpp	Tue Sep 23 15:24:15 2008 +0000
@@ -598,7 +598,7 @@
 
 						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)) {