aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen_lol.h
diff options
context:
space:
mode:
authorFlorian Kagerer2009-05-30 15:52:09 +0000
committerFlorian Kagerer2009-05-30 15:52:09 +0000
commit86d78bbc8b4f752bf115ec394a5bc20c052de102 (patch)
tree7baee95ed1535401bdf99e27672143482dd4472c /engines/kyra/screen_lol.h
parent8e2af8ff7c51e4217dcba3b0910ce6c2affd3cd5 (diff)
downloadscummvm-rg350-86d78bbc8b4f752bf115ec394a5bc20c052de102.tar.gz
scummvm-rg350-86d78bbc8b4f752bf115ec394a5bc20c052de102.tar.bz2
scummvm-rg350-86d78bbc8b4f752bf115ec394a5bc20c052de102.zip
LOL: - implemented urbish mines gas explosion
svn-id: r41035
Diffstat (limited to 'engines/kyra/screen_lol.h')
-rw-r--r--engines/kyra/screen_lol.h4
1 files changed, 2 insertions, 2 deletions
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);