From 9b85474aace1e8caf9a822a73582c581723ead89 Mon Sep 17 00:00:00 2001 From: macband Date: Mon, 1 Mar 2004 04:20:40 +0000 Subject: [PATCH] =?utf8?q?=E3=82=BB=E3=83=BC=E3=83=96=E3=83=95=E3=82=A1?= =?utf8?q?=E3=82=A4=E3=83=AB=E3=82=92=E9=96=8B=E3=81=84=E3=81=9F=E3=81=A8?= =?utf8?q?=E3=81=8D=E3=81=AB=E3=83=8F=E3=82=A4=E3=83=A9=E3=82=A4=E3=83=88?= =?utf8?q?=E3=81=8C=E6=B6=88=E3=81=88=E3=81=AA=E3=81=8F=E3=81=AA=E3=81=A3?= =?utf8?q?=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE=E3=81=A7=20Carbon=E3=81=AE?= =?utf8?q?=E3=81=BF=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/main-mac.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main-mac.c b/src/main-mac.c index 8ce540e78..b278bc001 100644 --- a/src/main-mac.c +++ b/src/main-mac.c @@ -3776,6 +3776,9 @@ static void do_menu_file_open(bool all) /* Let the player to choose savefile */ if (!select_savefile(all)) return; + /* Hack */ + HiliteMenu(0); + /* Game is in progress */ game_in_progress = TRUE; -- 2.11.0