mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 00:41:12 +00:00
XEEN: Fix background for 123 option chooser
This commit is contained in:
parent
a945de7cf4
commit
de4d181295
@ -238,12 +238,13 @@ int Choose123::execute(uint numOptions) {
|
||||
Interface &intf = *_vm->_interface;
|
||||
LocationManager &loc = *_vm->_locations;
|
||||
Windows &windows = *_vm->_windows;
|
||||
Resources &res = *_vm->_resources;
|
||||
|
||||
Mode oldMode = _vm->_mode;
|
||||
_vm->_mode = MODE_DIALOG_123;
|
||||
|
||||
loadButtons(numOptions);
|
||||
_iconSprites.draw(0, 7, Common::Point(232, 74));
|
||||
res._globalSprites.draw(0, 7, Common::Point(232, 74));
|
||||
drawButtons(&windows[0]);
|
||||
windows[34].update();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user