From f5f0d2dce00a790ead440099a5d8215e1caf6445 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Tue, 13 Oct 2020 02:05:04 +0200 Subject: [PATCH] Fix build --- Source/minitext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/minitext.h b/Source/minitext.h index 27b740e5c..5dcf85278 100644 --- a/Source/minitext.h +++ b/Source/minitext.h @@ -21,7 +21,7 @@ void DrawQText(); /* rdata */ -extern const BYTE mfontframe[127]; +extern const BYTE mfontframe[128]; extern const BYTE mfontkern[56]; /* data */