aboutsummaryrefslogtreecommitdiff
path: root/engines/access/amazon/amazon_room.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/amazon/amazon_room.cpp')
-rw-r--r--engines/access/amazon/amazon_room.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/access/amazon/amazon_room.cpp b/engines/access/amazon/amazon_room.cpp
index 3666de5e09..f8c8bc45a8 100644
--- a/engines/access/amazon/amazon_room.cpp
+++ b/engines/access/amazon/amazon_room.cpp
@@ -180,7 +180,7 @@ void AmazonRoom::init4Quads() {
if (!_vm->_screen->_vesaMode)
return;
- warning("TILESCREEN(TILE.BLK);");
+ _game->tileScreen(Common::String("TILE.BLK"));
_vm->_inventory->refreshInventory();
warning("TODO: UPDATESUMMARY(chapter)");