mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
XEEN: Fix drawing outer frame for automap dialog
This commit is contained in:
parent
e8fb9920a9
commit
55855cab83
@ -80,7 +80,7 @@ void AutoMapDialog::execute() {
|
||||
events.updateGameCounter();
|
||||
do {
|
||||
if (drawFlag)
|
||||
intf.draw3d(false);
|
||||
intf.draw3d(false, true);
|
||||
windows[5].writeString("\n");
|
||||
|
||||
if (map._isOutdoors) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user