aboutsummaryrefslogtreecommitdiff
path: root/sword2/maketext.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/maketext.h')
-rw-r--r--sword2/maketext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/maketext.h b/sword2/maketext.h
index c0ca30383a..41d0151810 100644
--- a/sword2/maketext.h
+++ b/sword2/maketext.h
@@ -141,7 +141,7 @@ public:
uint32 buildNewBloc(uint8 *ascii, int16 x, int16 y, uint16 width, uint8 pen, uint32 type, uint32 fontRes, uint8 justification);
};
-extern FontRenderer fontRenderer;
+extern FontRenderer *fontRenderer;
} // End of namespace Sword2