diff options
author | Ira Rice <irarice@gmail.com> | 2009-02-20 08:57:42 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-02-20 08:57:42 -0700 |
commit | 6635294efc3d94dd468c7a4a723e7169402c018c (patch) | |
tree | 2efe8203daf2e5ca842769dbdcc176c9efc17059 /src/gui/gui.h | |
parent | b2eb8daa8c39bcfd5fbd3a76dbbc432b43c561a9 (diff) | |
download | mana-client-6635294efc3d94dd468c7a4a723e7169402c018c.tar.gz mana-client-6635294efc3d94dd468c7a4a723e7169402c018c.tar.bz2 mana-client-6635294efc3d94dd468c7a4a723e7169402c018c.tar.xz mana-client-6635294efc3d94dd468c7a4a723e7169402c018c.zip |
Removed the last of the image particle guichan fonts.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index e19a0a87..295bc595 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -82,7 +82,7 @@ class Gui : public gcn::Gui * you picked up, etc. */ gcn::Font* getInfoParticleFont() const - { return mInfoParicleFont; } + { return mInfoParticleFont; } /** * Sets whether a custom cursor should be rendered. @@ -115,7 +115,7 @@ class Gui : public gcn::Gui private: GuiConfigListener *mConfigListener; gcn::Font *mGuiFont; /**< The global GUI font */ - gcn::Font *mInfoParicleFont; /**< Font for Info Paricles*/ + gcn::Font *mInfoParticleFont; /**< Font for Info Paricles*/ bool mCustomCursor; /**< Show custom cursor */ ImageSet *mMouseCursors; /**< Mouse cursor images */ float mMouseCursorAlpha; @@ -127,13 +127,6 @@ extern Gui *gui; /**< The GUI system */ extern SDLInput *guiInput; /**< GUI input */ /** - * Fonts used in showing hits - */ -extern gcn::Font *hitRedFont; -extern gcn::Font *hitBlueFont; -extern gcn::Font *hitYellowFont; - -/** * Bolded text font */ extern gcn::Font *boldFont; |