From 0d43cc61d26e9cd68611c1c45cbf220b50e3b3f3 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 9 Dec 2009 17:05:23 +0000 Subject: Cleanup: remove "s_initialized" from CursorManager and FontManager implementation, these classes are Singletons, so they will ever only be initialized once at most anyway. svn-id: r46313 --- graphics/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/font.h') diff --git a/graphics/font.h b/graphics/font.h index 6f7b666485..5044e96af3 100644 --- a/graphics/font.h +++ b/graphics/font.h @@ -141,7 +141,7 @@ public: }; #define DEFINE_FONT(n) \ - const NewFont *n; \ + const NewFont *n = 0; \ void create_##n() { \ n = new NewFont(desc); \ } -- cgit v1.2.3