From f65c0d2c1f84320a0a8a3989739ccbc021b752cf Mon Sep 17 00:00:00 2001 From: zueuk Date: Thu, 8 Sep 2005 16:52:12 +0000 Subject: [PATCH] changed 'integer' to 'byte' in palette data array - final exe is almost 2 Mb smaller now --- 2.10/Source/cmapdata.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2.10/Source/cmapdata.pas b/2.10/Source/cmapdata.pas index 553560d..781b361 100644 --- a/2.10/Source/cmapdata.pas +++ b/2.10/Source/cmapdata.pas @@ -19,12 +19,12 @@ unit cmapdata; // updated on 2004-12-10 by Ralf Lehmann to match Flam3's color maps from: -// "@(#) $Id: cmapdata.pas,v 1.1 2005/03/25 08:35:39 ronaldhordijk Exp $" +// "@(#) $Id: cmapdata.pas,v 1.2 2005/09/08 16:52:12 zueuk Exp $" interface Const - cmaps : array[0..700,0..255,0..2] of integer = + cmaps : array[0..700,0..255,0..2] of byte = ( // 0 south-sea-bather ((185, 234, 235), (193, 238, 235), (197, 242, 235), (201, 242, 235),