diff options
author | Ira Rice <irarice@gmail.com> | 2009-01-24 19:37:31 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-24 19:37:31 -0700 |
commit | 2a8a230c7768b945f8c53fda15f3e8b184e7da80 (patch) | |
tree | 26746c579ea7b622f009cc487e119879b4853e51 /src/gui/gui.cpp | |
parent | 5c79b920eefb219f0dd4491b709af4f116d3a988 (diff) | |
download | mana-2a8a230c7768b945f8c53fda15f3e8b184e7da80.tar.gz mana-2a8a230c7768b945f8c53fda15f3e8b184e7da80.tar.bz2 mana-2a8a230c7768b945f8c53fda15f3e8b184e7da80.tar.xz mana-2a8a230c7768b945f8c53fda15f3e8b184e7da80.zip |
Changed GM status updating to check whether asserting is allowed or not,
as well as adding in a missing delete.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/gui.cpp')
-rw-r--r-- | src/gui/gui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index fe8cae78..dda171e0 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -170,6 +170,7 @@ Gui::~Gui() mMouseCursors->decRef(); delete mGuiFont; + delete boldFont; delete viewport; delete getTop(); |