mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 03:56:43 +00:00
(svn r14390) -Codechange: replace magic constants with symbolic constants.
This commit is contained in:
+1
-1
@@ -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