forked from mirror/OpenTTD
(svn r14390) -Codechange: replace magic constants with symbolic constants.
This commit is contained in:
@@ -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)) {
|
||||
|
Reference in New Issue
Block a user