(svn r14390) -Codechange: replace magic constants with symbolic constants.

This commit is contained in:
rubidium
2008-09-23 15:24:15 +00:00
parent ff76ef6a0a
commit 6a931d67cd
10 changed files with 19 additions and 18 deletions

View File

@@ -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)) {