aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/menu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/menu.cpp')
-rw-r--r--engines/hugo/menu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/menu.cpp b/engines/hugo/menu.cpp
index ae6c1f81a5..065d68bdc5 100644
--- a/engines/hugo/menu.cpp
+++ b/engines/hugo/menu.cpp
@@ -121,7 +121,7 @@ void TopMenu::reflowLayout() {
_inventButton->setGfx(arrayBmp[4 * kMenuInventory + scale - 1]);
}
-void TopMenu::loadBmpArr(Common::File &in) {
+void TopMenu::loadBmpArr(Common::SeekableReadStream &in) {
arraySize = in.readUint16BE();
delete arrayBmp;