summaryrefslogtreecommitdiff
path: root/src/gui/stats.cpp
diff options
context:
space:
mode:
authorAlexander Baldeck <alexander@archlinux.org>2004-10-03 12:16:06 +0000
committerAlexander Baldeck <alexander@archlinux.org>2004-10-03 12:16:06 +0000
commit852ac498435fb30f7762ee8edb1e35c4e771d6ec (patch)
treeaddf0ce3e309d443f49673d5e7840a4279d332a4 /src/gui/stats.cpp
parent0c170b678f3528771823a2c226275a1613f4bf37 (diff)
downloadmana-852ac498435fb30f7762ee8edb1e35c4e771d6ec.tar.gz
mana-852ac498435fb30f7762ee8edb1e35c4e771d6ec.tar.bz2
mana-852ac498435fb30f7762ee8edb1e35c4e771d6ec.tar.xz
mana-852ac498435fb30f7762ee8edb1e35c4e771d6ec.zip
added tmw_ldialog_proc for left aligned text in window head
Diffstat (limited to 'src/gui/stats.cpp')
-rw-r--r--src/gui/stats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/stats.cpp b/src/gui/stats.cpp
index 6925ee0c..bd9c413d 100644
--- a/src/gui/stats.cpp
+++ b/src/gui/stats.cpp
@@ -30,7 +30,7 @@ char stats_zeny[24];
DIALOG stats_dialog[] = {
/* (dialog proc) (x) (y) (w) (h) (fg) (bg) (key) (flags) (d1) (d2) (dp) (dp2) (dp3) */
- { tmw_dialog_proc, 493, 0, 300, 55, 0, 0, 0, 0, 0, 0, stats_name, NULL, NULL },
+ { tmw_ldialog_proc, 493, 0, 300, 55, 0, 0, 0, 0, 0, 0, stats_name, NULL, NULL },
{ tmw_text_proc, 497, 22, 296, 100, 0, 0, 0, 0, 0, 0, stats_hp, NULL, NULL },
{ tmw_text_proc, 607, 22, 296, 100, 0, 0, 0, 0, 0, 0, stats_zeny, NULL, NULL },
{ tmw_text_proc, 497, 34, 296, 100, 0, 0, 0, 0, 0, 0, stats_sp, NULL, NULL },