From 8063086435d6ce9ec848e9962287cd6c97001ca4 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Tue, 28 Dec 2004 11:12:56 +0000 Subject: Oh and the status dialog was actually just a window. --- src/graphic/graphic.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/graphic/graphic.cpp') diff --git a/src/graphic/graphic.cpp b/src/graphic/graphic.cpp index 8627edd2..547a6256 100644 --- a/src/graphic/graphic.cpp +++ b/src/graphic/graphic.cpp @@ -53,7 +53,7 @@ char npc_button[10] = "Close"; gcn::TextField *chatInput; -StatusDialog *statusDialog; +StatusWindow *statusWindow; BuyDialog *buyDialog; BuySellDialog *buySellDialog; InventoryDialog *inventoryDialog; @@ -213,8 +213,8 @@ void init_graphic() { // Create dialogs - statusDialog = new StatusDialog(guiTop); - statusDialog->setPosition(SCREEN_W - statusDialog->getWidth() - 10, 10); + statusWindow = new StatusWindow(guiTop); + statusWindow->setPosition(SCREEN_W - statusWindow->getWidth() - 10, 10); buyDialog = new BuyDialog(guiTop); buyDialog->setVisible(false); @@ -607,7 +607,7 @@ void do_graphic(void) { } // Update character status display - statusDialog->update(); + statusWindow->update(); // Update GUI guiGraphics->setTarget(vpage[page_num]); @@ -625,7 +625,7 @@ void do_graphic(void) { } void exit_graphic() { - delete statusDialog; + delete statusWindow; delete buyDialog; shutdown_dialog(npc_player); -- cgit v1.2.3-70-g09d2