summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorJoshua Langley <joshlangley[at]optusnet.com.au>2007-08-20 07:07:23 +0000
committerJoshua Langley <joshlangley[at]optusnet.com.au>2007-08-20 07:07:23 +0000
commit148b62c05337eaaaf3a1ead212b3792122812cee (patch)
treea56e3e20b635f7f4ab53b55887103ae711558297 /src/gui
parentc322e6eac2373358c04e7bd70c8e0fc1bcfb37db (diff)
downloadmana-client-148b62c05337eaaaf3a1ead212b3792122812cee.tar.gz
mana-client-148b62c05337eaaaf3a1ead212b3792122812cee.tar.bz2
mana-client-148b62c05337eaaaf3a1ead212b3792122812cee.tar.xz
mana-client-148b62c05337eaaaf3a1ead212b3792122812cee.zip
Added monster killed xp notification effect.
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp
index ba9aa930..3f9dfd73 100644
--- a/src/gui/gui.cpp
+++ b/src/gui/gui.cpp
@@ -149,7 +149,7 @@ Gui::Gui(Graphics *graphics):
hitBlueFont = new gcn::ImageFont("graphics/gui/hits_blue.png",
"0123456789");
hitYellowFont = new gcn::ImageFont("graphics/gui/hits_yellow.png",
- "mis");
+ "0123456789misxp ");
}
catch (gcn::Exception e)
{