src/tree_gui.cpp
changeset 9413 7042a8ec3fa8
parent 9358 2e1e4d2f71dd
child 9652 0405e98d8e96
--- 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;