OSDN Git Service

セーブファイルを開いたときにハイライトが消えなくなっていたので
authormacband <macband@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 1 Mar 2004 04:20:40 +0000 (04:20 +0000)
committermacband <macband@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 1 Mar 2004 04:20:40 +0000 (04:20 +0000)
Carbonのみの修正

src/main-mac.c

index 8ce540e..b278bc0 100644 (file)
@@ -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;