aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/graphics.h
diff options
context:
space:
mode:
authorMatthew Hoops2010-04-19 20:28:36 +0000
committerMatthew Hoops2010-04-19 20:28:36 +0000
commit001bca2d6cf6c211f1d1640a74c9f19d1ef7cca5 (patch)
treeae7630f6b47fa55095b3ac48b12effc808676dd8 /engines/mohawk/graphics.h
parente6b835bce449ea6dba2a23feef6de627c318bdf3 (diff)
downloadscummvm-rg350-001bca2d6cf6c211f1d1640a74c9f19d1ef7cca5.tar.gz
scummvm-rg350-001bca2d6cf6c211f1d1640a74c9f19d1ef7cca5.tar.bz2
scummvm-rg350-001bca2d6cf6c211f1d1640a74c9f19d1ef7cca5.zip
Remove use of global constructors in Mohawk.
svn-id: r48731
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 ebc1e696f3..8d28e1ff4b 100644
--- a/engines/mohawk/graphics.h
+++ b/engines/mohawk/graphics.h
@@ -174,7 +174,7 @@ private:
// Inventory
void clearInventoryArea();
- void drawInventoryImage(uint16 id, Common::Rect rect);
+ void drawInventoryImage(uint16 id, const Common::Rect *rect);
bool _inventoryDrawn;
// Screen Related