From: Nishi <nishi@nishi.boats>
Date: Sun, 29 Sep 2024 07:16:12 +0000 (+0000)
Subject: fix font
X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=cb233e344b4212ff01b8a8262c69ab7b3bc2bd0e;p=tewi.git

fix font

git-svn-id: file:///raid/svn-personal/tewi/trunk@198 8739d7e6-ffea-ec47-b151-bdff447c6205
---

diff --git a/Server/font.c b/Server/font.c
index eb94fe3..fa10bde 100644
--- a/Server/font.c
+++ b/Server/font.c
@@ -1,5 +1,6 @@
 /* $Id$ */
 
+#ifdef __PPU__
 unsigned char font[] = {
     // 0x20
     0b00000000, 0b00000000, 0b00000000, 0b00000000, 0b00000000, 0b00000000, 0b00000000, 0b00000000,
@@ -284,4 +285,5 @@ unsigned char font[] = {
     0b01100000, 0b00010000, 0b00010000, 0b00001000, 0b00010000, 0b00010000, 0b01100000, 0b00000000,
 
     // 0x7e ~
-    0b00000000, 0b00000000, 0b01000000, 0b10101000, 0b00010000, 0b00000000, 0b00000000, 0b00000000, 0b00000000};
+    0b00000000, 0b00000000, 0b01000000, 0b10101000, 0b00010000, 0b00000000, 0b00000000, 0b00000000};
+#endif