summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 07c98f7c..7e7cf4e3 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -1089,6 +1089,7 @@ void do_parse()
deathNotice = new OkDialog("Message",
"You're now dead, press ok to restart",
&deathNoticeListener);
+ deathNotice->releaseModalFocus();
player_node->action = DEAD;
}
break;