aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/graphics.h
diff options
context:
space:
mode:
authorBastien Bouclet2010-11-29 21:03:02 +0000
committerBastien Bouclet2010-11-29 21:03:02 +0000
commitefc6ff54a3dc0c82f77b2e0c1464a1fdebde9ada (patch)
treee72f79e5f184a7b85e2dc271261456ded4e13e32 /engines/mohawk/graphics.h
parent29359ee3722a317532f8b7930f8f33ba01cec74e (diff)
downloadscummvm-rg350-efc6ff54a3dc0c82f77b2e0c1464a1fdebde9ada.tar.gz
scummvm-rg350-efc6ff54a3dc0c82f77b2e0c1464a1fdebde9ada.tar.bz2
scummvm-rg350-efc6ff54a3dc0c82f77b2e0c1464a1fdebde9ada.zip
MOHAWK: Misc cleanups
svn-id: r54645
Diffstat (limited to 'engines/mohawk/graphics.h')
-rw-r--r--engines/mohawk/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/graphics.h b/engines/mohawk/graphics.h
index 356372cbe9..7fa4404e12 100644
--- a/engines/mohawk/graphics.h
+++ b/engines/mohawk/graphics.h
@@ -105,7 +105,7 @@ public:
void copyImageSectionToScreen(uint16 image, Common::Rect src, Common::Rect dest);
void copyImageToScreen(uint16 image, Common::Rect dest);
void updateScreen();
- void animatedUpdate(uint16 type, Common::Rect rect, uint16 steps, uint16 delay);
+ void runTransition(uint16 type, Common::Rect rect, uint16 steps, uint16 delay);
void drawRect(Common::Rect rect, RectState state);
protected: