每次新建游戏时也保存得分和胜率到文件
This commit is contained in:
parent
08815c06d1
commit
c594cd908c
|
@ -578,6 +578,8 @@ void MillGameWindow::on_actionNew_N_triggered()
|
|||
}
|
||||
#endif /* SAVE_GAMEBOOK_WHEN_ACTION_NEW_TRIGGERED */
|
||||
|
||||
gameController->saveScore();
|
||||
|
||||
// 取消自动运行
|
||||
ui.actionAutoRun_A->setChecked(false);
|
||||
|
||||
|
|
Loading…
Reference in New Issue