aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/myst.h')
-rw-r--r--engines/mohawk/myst.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mohawk/myst.h b/engines/mohawk/myst.h
index 3601cc3f03..5d7aa0f038 100644
--- a/engines/mohawk/myst.h
+++ b/engines/mohawk/myst.h
@@ -180,8 +180,8 @@ public:
bool _showResourceRects;
MystResource *loadResource(Common::SeekableReadStream *rlstStream, MystResource *parent);
void setResourceEnabled(uint16 resourceId, bool enable);
- void redrawArea(uint16 var);
- void redrawResource(MystResourceType8 *_resource);
+ void redrawArea(uint16 var, bool update = true);
+ void redrawResource(MystResourceType8 *_resource, bool update = true);
void drawResourceImages();
void drawCardBackground();
uint16 getCardBackgroundId();