mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-19 08:06:42 +00:00
COMPOSER: Tweak button z-ordering slightly.
This fixes agreeing to make ice cream sundaes in Gregory.
This commit is contained in:
parent
21b2a7064f
commit
c3339c15fa
@ -321,7 +321,7 @@ void ComposerEngine::loadLibrary(uint id) {
|
||||
|
||||
bool inserted = false;
|
||||
for (Common::List<Button>::iterator b = newLib._buttons.begin(); b != newLib._buttons.end(); b++) {
|
||||
if (button._zorder <= b->_zorder)
|
||||
if (button._zorder < b->_zorder)
|
||||
continue;
|
||||
newLib._buttons.insert(b, button);
|
||||
inserted = true;
|
||||
|
Loading…
Reference in New Issue
Block a user