src/tree_gui.cpp
changeset 10775 7061477bfbcf
parent 10707 81a4013a7680
child 11161 7d0fac8f14cd
--- a/src/tree_gui.cpp	Thu May 29 11:47:56 2008 +0000
+++ b/src/tree_gui.cpp	Thu May 29 15:13:28 2008 +0000
@@ -74,8 +74,8 @@
 
 		this->DrawWidgets();
 
-		int i = this->base = _tree_base_by_landscape[_settings.game_creation.landscape];
-		int count = this->count = _tree_count_by_landscape[_settings.game_creation.landscape];
+		int i = this->base = _tree_base_by_landscape[_settings_game.game_creation.landscape];
+		int count = this->count = _tree_count_by_landscape[_settings_game.game_creation.landscape];
 
 		int x = 18;
 		int y = 54;