From de4a2ac89c4bed6a5adffd0b926a70c6491a0c9b Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Wed, 12 Jan 2005 18:55:33 +0000 Subject: *** empty log message *** --- src/gui/status.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/status.cpp') diff --git a/src/gui/status.cpp b/src/gui/status.cpp index 12d4270c..ec2d4b16 100644 --- a/src/gui/status.cpp +++ b/src/gui/status.cpp @@ -99,11 +99,11 @@ void StatusWindow::update() spValue->setCaption(tempstr); spValue->adjustSize(); - sprintf(tempstr, "Exp: %d", (int)char_info->xp); + sprintf(tempstr, "Exp: %d / %d", (int)char_info->xp, (int)char_info->xpForNextLevel); expLabel->setCaption(tempstr); expLabel->adjustSize(); - sprintf(tempstr, "Job Exp: %d", (int)char_info->job_xp); + sprintf(tempstr, "Job Exp: %d / %d", (int)char_info->job_xp, (int)char_info->jobXpForNextLevel); jobExpLabel->setCaption(tempstr); jobExpLabel->adjustSize(); -- cgit v1.2.3-70-g09d2