From 9c4d57c8a76f8494d702f733998aaa70eaab0e5e Mon Sep 17 00:00:00 2001 From: Simon Edwardsson Date: Sun, 3 Oct 2004 13:47:44 +0000 Subject: tmw_bar_proc is added --- src/graphic/graphic.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/graphic/graphic.cpp') diff --git a/src/graphic/graphic.cpp b/src/graphic/graphic.cpp index 9946b613..052ec402 100644 --- a/src/graphic/graphic.cpp +++ b/src/graphic/graphic.cpp @@ -41,6 +41,7 @@ int map_x, map_y, camera_x, camera_y; DIALOG_PLAYER *chat_player, *npc_player, *skill_player, *buy_sell_player, *buy_player, *sell_player, *stats_player; char speech[255] = ""; char npc_text[1000] = ""; +char statsString2[255] = "n/a"; TmwInventory inventory; Chat chatlog("./docs/chatlog.txt", 20); int show_npc_dialog = 0; @@ -54,6 +55,7 @@ DIALOG npc_dialog[] = { { NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL } }; + DIALOG buy_sell_dialog[] = { /* (dialog proc) (x) (y) (w) (h) (fg) (bg) (key) (flags) (d1) (d2) (dp) (dp2) (dp3) */ { tmw_dialog_proc, 350, 200, 100, 105, 0, 0, 0, 0, 0, 0, (char *)"Shop", NULL, NULL }, -- cgit v1.2.3-70-g09d2