Qt6 wasn't exiting as expected after saving the game
Reported by email to devteam on Feb 1, 2025.
This commit is contained in:
@@ -724,6 +724,10 @@ char NetHackQtBind::qt_more()
|
||||
int complain = 0;
|
||||
do {
|
||||
ch = NetHackQtBind::qt_nhgetch();
|
||||
if (::program_state.savefile_completed) {
|
||||
retry = false;
|
||||
break;
|
||||
}
|
||||
switch (ch) {
|
||||
case '\0': // hypothetical
|
||||
ch = '\033';
|
||||
|
||||
Reference in New Issue
Block a user