From a89b5721a8bff2a601161a1dc456f588c065b0eb Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 17 May 2008 12:48:06 +0000 Subject: (svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming. --- 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 866ac91f1..d02c55648 100644 --- a/src/tree_gui.cpp +++ b/src/tree_gui.cpp @@ -72,7 +72,7 @@ public: { 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]; -- cgit v1.2.3-70-g09d2