aboutsummaryrefslogtreecommitdiff
path: root/graphics/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/font.h')
-rw-r--r--graphics/font.h2
1 files changed, 1 insertions, 1 deletions
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); \
}