From 25b9a8a1cb3fd278d58179525ffe7f5ebca9bbb4 Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Sat, 29 Mar 2008 23:16:44 +0000 Subject: New drawShape code for Kyra 1 and 2. Scaled sprites no longer appear mutilated. This also fixes bug #1582675 (KYRA1: Brandon standing IN the floor). This still needs some testing (for both Kyra 1 and Kyra 2). svn-id: r31306 --- engines/kyra/screen_v2.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/kyra/screen_v2.h') diff --git a/engines/kyra/screen_v2.h b/engines/kyra/screen_v2.h index e3c338b602..5173375f61 100644 --- a/engines/kyra/screen_v2.h +++ b/engines/kyra/screen_v2.h @@ -68,8 +68,6 @@ public: uint8 *makeShapeCopy(const uint8 *src, int index); - void drawShape(uint8 pageNum, const uint8 *shapeData, int x, int y, int sd, int flags, ...); - // rect handling virtual int getRectSize(int w, int h); -- cgit v1.2.3