forked from mirror/OpenTTD
(svn r14390) -Codechange: replace magic constants with symbolic constants.
This commit is contained in:
@@ -111,7 +111,7 @@ public:
|
||||
|
||||
case BTW_MANY_RANDOM: // place trees randomly over the landscape
|
||||
this->LowerWidget(BTW_MANY_RANDOM);
|
||||
this->flags4 |= 5 << WF_TIMEOUT_SHL;
|
||||
this->flags4 |= WF_TIMEOUT_BEGIN;
|
||||
SndPlayFx(SND_15_BEEP);
|
||||
PlaceTreesRandomly();
|
||||
MarkWholeScreenDirty();
|
||||
|
Reference in New Issue
Block a user