src/tree_gui.cpp
changeset 10180 a99cf854c6d0
parent 9778 c5dd94ed7c16
child 10207 c291a21b304e
--- a/src/tree_gui.cpp	Mon Sep 22 19:58:46 2008 +0000
+++ b/src/tree_gui.cpp	Tue Sep 23 15:24:15 2008 +0000
@@ -111,7 +111,7 @@
 
 			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();