[Scummvm-git-logs] scummvm master -> de4d181295fb8ae470fe63f58484cea787111d93

dreammaster paulfgilbert at gmail.com
Fri Aug 30 05:02:43 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
de4d181295 XEEN: Fix background for 123 option chooser


Commit: de4d181295fb8ae470fe63f58484cea787111d93
    https://github.com/scummvm/scummvm/commit/de4d181295fb8ae470fe63f58484cea787111d93
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2019-08-29T20:02:36-07:00

Commit Message:
XEEN: Fix background for 123 option chooser

Changed paths:
    engines/xeen/dialogs/dialogs_input.cpp


diff --git a/engines/xeen/dialogs/dialogs_input.cpp b/engines/xeen/dialogs/dialogs_input.cpp
index 8c8afc0..d78fc56 100644
--- a/engines/xeen/dialogs/dialogs_input.cpp
+++ b/engines/xeen/dialogs/dialogs_input.cpp
@@ -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();
 





More information about the Scummvm-git-logs mailing list