From ff699eaffc14a6e88fd9b3104d0a265e2f9932f7 Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Mon, 24 Nov 2008 23:48:06 +0000 Subject: [PATCH] small improvement in archer header git-svn-id: svn://kolibrios.org@936 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/other/archer/trunk/sys.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/programs/other/archer/trunk/sys.inc b/programs/other/archer/trunk/sys.inc index ee70f4a6b8..02a6155a37 100644 --- a/programs/other/archer/trunk/sys.inc +++ b/programs/other/archer/trunk/sys.inc @@ -184,7 +184,8 @@ thread: mov ecx,[PNG_info.Height] add ecx,30 mcall 0,,,0x3808080 - mcall 4,<5,7>,0x10f0f0f0,filename,255 + ;mcall 4,<5,7>,0x10f0f0f0,filename,255 + mcall 71,1,filename,255 ;by Leency mov ecx,[PNG_info.Width] shl ecx,16 add ecx,[PNG_info.Height]