From 40ec306f721a5cdffa8db8050783cfd4c6759866 Mon Sep 17 00:00:00 2001 From: Albom Date: Sun, 30 Aug 2015 10:44:32 +0000 Subject: [PATCH] Font fix in the '15' game. git-svn-id: svn://kolibrios.org@5780 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/games/15/trunk/15.ASM | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/games/15/trunk/15.ASM b/programs/games/15/trunk/15.ASM index 9623319c83..e4a53dfed4 100644 --- a/programs/games/15/trunk/15.ASM +++ b/programs/games/15/trunk/15.ASM @@ -7,8 +7,8 @@ include 'lang.inc' include '..\..\..\macros.inc' ; decreases program size (not required) -StatusColor equ 0x02ffffff -StatusColor2 equ 0x02dc1e14 +StatusColor equ 0x00ffffff +StatusColor2 equ 0x00dc1e14 BgdColor equ 0x14aabbcc ; Main window dimensions