ACCESS: MM - Fix menu position

This commit is contained in:
Strangerke 2015-01-02 21:34:48 +01:00
parent b2a4999f3c
commit f11032eb4e

View File

@ -107,8 +107,8 @@ void MartianRoom::roomMenu() {
_vm->_screen->saveScreen();
_vm->_screen->setDisplayScan();
_vm->_destIn = _vm->_screen; // TODO: Redundant
_vm->_screen->plotImage(spr, 0, Common::Point(0, 177));
_vm->_screen->plotImage(spr, 1, Common::Point(143, 177));
_vm->_screen->plotImage(spr, 0, Common::Point(5, 184));
_vm->_screen->plotImage(spr, 1, Common::Point(155, 184));
_vm->_screen->restoreScreen();
delete spr;