From 86d78bbc8b4f752bf115ec394a5bc20c052de102 Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Sat, 30 May 2009 15:52:09 +0000 Subject: LOL: - implemented urbish mines gas explosion svn-id: r41035 --- engines/kyra/screen_lol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/kyra/screen_lol.h') diff --git a/engines/kyra/screen_lol.h b/engines/kyra/screen_lol.h index dbfe350466..3b9e370ccc 100644 --- a/engines/kyra/screen_lol.h +++ b/engines/kyra/screen_lol.h @@ -56,8 +56,8 @@ public: void backupSceneWindow(int srcPageNum, int dstPageNum); void restoreSceneWindow(int srcPageNum, int dstPageNum); void clearGuiShapeMemory(int pageNum); - void copyGuiShapeFromSceneBackupBuffer(int srcPageNum, uint8 *dstBuffer); - void copyGuiShapeToSurface(uint8 *srcBuffer, int dstPageNum); + void copyGuiShapeFromSceneBackupBuffer(int srcPageNum, int dstPageNum); + void copyGuiShapeToSurface(int srcPageNum, int dstPageNum); void smoothScrollZoomStepTop(int srcPageNum, int dstPageNum, int x, int y); void smoothScrollZoomStepBottom(int srcPageNum, int dstPageNum, int x, int y); void smoothScrollHorizontalStep(int pageNum, int x, int u2, int w); -- cgit v1.2.3