Skip to content

Commit 900140f

Browse files
committed
Make dialog window modal
Fixes #408
1 parent 14430c4 commit 900140f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game_dialog.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4458,7 +4458,7 @@ static int talk_to_create_background_window()
44584458
GAME_DIALOG_WINDOW_WIDTH,
44594459
GAME_DIALOG_WINDOW_HEIGHT,
44604460
256,
4461-
WINDOW_DONT_MOVE_TOP);
4461+
WINDOW_DONT_MOVE_TOP | WINDOW_MODAL);
44624462

44634463
if (gGameDialogBackgroundWindow != -1) {
44644464
return 0;

0 commit comments

Comments
 (0)