Qt follow-up bit

This commit is contained in:
nhmall
2021-02-03 15:36:00 -05:00
parent 44b16979cf
commit 78532e3855

View File

@@ -1385,7 +1385,8 @@ void NetHackQtMainWindow::closeEvent(QCloseEvent *e UNUSED)
switch (act) {
case 0:
// See dosave() function
ok = dosave0();
// ok = dosave0();
(void) dosave0();
break;
case 1:
// quit -- bypass the prompting preformed by done2()