src/tree_gui.cpp
changeset 9273 35e0224ea8f1
parent 9203 082fbf0500c4
child 9295 ee2d463700e3
--- a/src/tree_gui.cpp	Sat May 17 12:26:00 2008 +0000
+++ b/src/tree_gui.cpp	Sat May 17 12:48:06 2008 +0000
@@ -72,7 +72,7 @@
 			{ 0x7BA, PAL_NONE }, { 0x7C1, PALETTE_TO_RED, }, { 0x7C8, PALETTE_TO_PALE_GREEN }, { 0x7CF, PALETTE_TO_YELLOW }, { 0x7D6, PALETTE_TO_RED }
 		};
 
-		DrawWindowWidgets(this);
+		this->DrawWidgets();
 
 		int i = this->base = _tree_base_by_landscape[_opt.landscape];
 		int count = this->count = _tree_count_by_landscape[_opt.landscape];