summaryrefslogtreecommitdiff
path: root/src/graphic/graphic.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-28 10:48:44 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-28 10:48:44 +0000
commit33bcf31d8eb5c7712e8a9d0b31489186a5c68521 (patch)
tree67e08d0e5ef4c40caee79e97402a43b2a4a9bca7 /src/graphic/graphic.h
parent4542a711526bfcd09184436eda440b10bb92fbed (diff)
downloadmana-33bcf31d8eb5c7712e8a9d0b31489186a5c68521.tar.gz
mana-33bcf31d8eb5c7712e8a9d0b31489186a5c68521.tar.bz2
mana-33bcf31d8eb5c7712e8a9d0b31489186a5c68521.tar.xz
mana-33bcf31d8eb5c7712e8a9d0b31489186a5c68521.zip
Renamed stats dialog to status dialog, which it is and to make room for the
real stats dialog that is currently called the skill dialog.
Diffstat (limited to 'src/graphic/graphic.h')
-rw-r--r--src/graphic/graphic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graphic/graphic.h b/src/graphic/graphic.h
index 6ad42676..5b6acdc4 100644
--- a/src/graphic/graphic.h
+++ b/src/graphic/graphic.h
@@ -33,7 +33,7 @@
#include "../gui/chat.h"
#include "../gui/inventory.h"
#include "../gui/npc.h"
-#include "../gui/stats.h"
+#include "../gui/status.h"
#include "../../data/graphic/gfx_data.h"
#include "image.h"
#include <allegro.h>
@@ -50,7 +50,7 @@ extern int map_x, map_y, camera_x, camera_y;
extern BITMAP *hairset;
extern char npc_button[10];
-extern StatsDialog *statsDialog;
+extern StatusDialog *statusDialog;
extern BuyDialog *buyDialog;
extern BuySellDialog *buySellDialog;
extern InventoryDialog *inventoryDialog;