From f49d5057ee811da59d2fb57df9e67760aeac17d8 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 23 Sep 2008 15:24:15 +0000 Subject: (svn r14390) -Codechange: replace magic constants with symbolic constants. --- src/tree_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tree_gui.cpp') diff --git a/src/tree_gui.cpp b/src/tree_gui.cpp index 08ef815bf..460549c4d 100644 --- a/src/tree_gui.cpp +++ b/src/tree_gui.cpp @@ -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(); -- cgit v1.2.3-70-g09d2