diff options
-rw-r--r-- | engines/access/amazon/amazon_logic.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/access/amazon/amazon_logic.cpp b/engines/access/amazon/amazon_logic.cpp index 98ab57b32e..eb7d8b567d 100644 --- a/engines/access/amazon/amazon_logic.cpp +++ b/engines/access/amazon/amazon_logic.cpp @@ -405,6 +405,8 @@ void Opening::doTitle() { _vm->_midi->setLoop(false); _vm->_events->zeroKeys(); } + + _vm->_buffer1.create(_vm->_screen->w + TILE_WIDTH, _vm->_screen->h); _vm->_room->loadRoom(0); screen.clearScreen(); screen.setBufferScan(); |