Qt follow-up bit
This commit is contained in:
@@ -1385,7 +1385,8 @@ void NetHackQtMainWindow::closeEvent(QCloseEvent *e UNUSED)
|
|||||||
switch (act) {
|
switch (act) {
|
||||||
case 0:
|
case 0:
|
||||||
// See dosave() function
|
// See dosave() function
|
||||||
ok = dosave0();
|
// ok = dosave0();
|
||||||
|
(void) dosave0();
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
// quit -- bypass the prompting preformed by done2()
|
// quit -- bypass the prompting preformed by done2()
|
||||||
|
|||||||
Reference in New Issue
Block a user